Skip to content

Commit 8463593

Browse files
cynthnmgreenegit
andauthored
Update articles/virtual-machines/linux/quick-create-powershell.md
Co-authored-by: Michael Greene <[email protected]>
1 parent c5e137c commit 8463593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/quick-create-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ It will take a few minutes for your VM to be deployed. When the deployment is fi
7676
You need to change the permission on the SSH key using `chmod`. Replace *~/.ssh/1234567891* in the following example with the private key name and path from the earlier output.
7777

7878
```azurepowershell-interactive
79-
chmod 400 ~/.ssh/1234567891
79+
chmod 600 ~/.ssh/1234567891
8080
```
8181

8282
Create an SSH connection with the VM using the public IP address. To see the public IP address of the VM, use the [Get-AzPublicIpAddress](/powershell/module/az.network/get-azpublicipaddress) cmdlet:

0 commit comments

Comments
 (0)