Skip to content

Commit 8c2a7fc

Browse files
authored
Update mac-create-ssh-keys.md
1 parent f49f87f commit 8c2a7fc

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
@@ -65,7 +65,7 @@ The public key that you place on your Linux VM in Azure is by default stored in
6565

6666

6767
```azurecli
68-
az vm create --name VMname --resource-group RGname --ssh-key-values mysshkey.pub az vm create \
68+
az vm create \
6969
--resource-group myResourceGroup \
7070
--name myVM \
7171
--image UbuntuLTS \

0 commit comments

Comments
 (0)