Skip to content

Commit 983a25f

Browse files
Merge pull request #262112 from nachoalonsoportillo/patch-39
Update mac-create-ssh-keys.md
2 parents 262adb8 + 6c59491 commit 983a25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.collection: linux
77
ms.workload: infrastructure-services
88
ms.custom: devx-track-linux
99
ms.topic: how-to
10-
ms.date: 04/11/2023
10+
ms.date: 01/02/2024
1111
ms.author: mattmcinnes
1212
ms.reviewer: jamesser
1313
---
@@ -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 comma-separated list, like this `--ssh-key-values sshkey-desktop.pub, sshkey-laptop.pub`.
8585

8686
## SSH into your VM
8787

0 commit comments

Comments
 (0)