Skip to content

Commit 86f4d7d

Browse files
Update mac-create-ssh-keys.md
Missing comma.
1 parent b59e0f5 commit 86f4d7d

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
@@ -81,7 +81,7 @@ az vm create \
8181
--ssh-key-values mysshkey.pub
8282
```
8383

84-
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`.
84+
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`.
8585

8686

8787
## SSH into your VM

0 commit comments

Comments
 (0)