From 86d27978734a13889f555c07ef16886ab2e52327 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Sun, 2 Apr 2023 22:20:21 +0200 Subject: [PATCH] MULTIPASS.md: Fix typo Remove extra "P" in "contents" Signed-off-by: Gianpaolo Macario --- docs/MULTIPASS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MULTIPASS.md b/docs/MULTIPASS.md index a100781..d4dbf5d 100644 --- a/docs/MULTIPASS.md +++ b/docs/MULTIPASS.md @@ -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: