Skip to content

Commit

Permalink
MULTIPASS.md: Fix typo
Browse files Browse the repository at this point in the history
Remove extra "P" in "contents"

Signed-off-by: Gianpaolo Macario <[email protected]>
  • Loading branch information
gmacario authored and alexellis committed Apr 3, 2023
1 parent 0d3dc50 commit 86d2797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MULTIPASS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ It took me about 2-3 minutes to run through everything after installing multipas
sed "s/ssh-rsa.*/$(cat $HOME/.ssh/id_*.pub)/" cloud-config.txt | multipass launch --name faasd --cloud-init -
```

This can also be done manually, just replace the 2nd line of the `cloud-config.txt` with the coPntents of your public ssh key, usually either `~/.ssh/id_rsa.pub` or `~/.ssh/id_ed25519.pub`
This can also be done manually, just replace the 2nd line of the `cloud-config.txt` with the contents of your public ssh key, usually either `~/.ssh/id_rsa.pub` or `~/.ssh/id_ed25519.pub`

```
ssh_authorized_keys:
Expand Down

0 comments on commit 86d2797

Please sign in to comment.