Skip to content

Commit 971879c

Browse files
authored
Merge pull request #206533 from cynthn/patch-616
Update quick-create-portal.md
2 parents 9957176 + 0412c84 commit 971879c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.collection: linux
77
ms.topic: quickstart
88
ms.workload: infrastructure
9-
ms.date: 03/29/2022
9+
ms.date: 08/01/2022
1010
ms.author: cynthn
1111
ms.custom: mvc, mode-ui
1212
---
@@ -72,12 +72,12 @@ Sign in to the [Azure portal](https://portal.azure.com).
7272

7373
Create an SSH connection with the VM.
7474

75-
1. If you are on a Mac or Linux machine, open a Bash prompt. If you are on a Windows machine, open a PowerShell prompt.
75+
1. If you are on a Mac or Linux machine, open a Bash prompt and set read-only permission on the .pem file using `chmod 400 ~/Downloads/myKey.pem`. If you are on a Windows machine, open a PowerShell prompt.
7676

7777
1. At your prompt, open an SSH connection to your virtual machine. Replace the IP address with the one from your VM, and replace the path to the `.pem` with the path to where the key file was downloaded.
7878

7979
```console
80-
ssh -i .\Downloads\myKey.pem [email protected]
80+
ssh -i ~/Downloads/myKey.pem [email protected]
8181
```
8282

8383
> [!TIP]

0 commit comments

Comments
 (0)