Skip to content

Commit b6155c3

Browse files
authored
Merge pull request #104842 from nachoalonsoportillo/patch-1
Update mac-create-ssh-keys.md
2 parents 224b794 + 86f4d7d commit b6155c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/mac-create-ssh-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ az vm create \
8080
--ssh-key-values mysshkey.pub
8181
```
8282

83-
If you want to use multiple SSH keys with your VM, you can enter them in a space-separated list, like this `--ssh-key-values sshkey-desktop.pub sshkey-laptop.pub`.
83+
If you want to use multiple SSH keys with your VM, you can enter them in a space-separated list, like this `--ssh-key-values sshkey-desktop.pub, sshkey-laptop.pub`.
8484

8585
## SSH into your VM
8686

0 commit comments

Comments
 (0)