Skip to content

Commit f94e047

Browse files
Merge pull request #236063 from mattmcinnes/patch-83
[Github Issue] Fixing fake invalid IP that lacks context
2 parents be97626 + e6adf82 commit f94e047

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/virtual-machines/ssh-keys-portal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mattmcinnes
55
ms.service: virtual-machines
66
ms.workload: infrastructure-services
77
ms.topic: article
8-
ms.date: 02/21/2023
8+
ms.date: 04/27/2023
99
ms.author: mattmcinnes
1010

1111
---
@@ -63,8 +63,7 @@ On your local computer, open a PowerShell prompt and type:
6363
ssh -i <path to the .pem file> username@<ipaddress of the VM>
6464
```
6565

66-
For example, type: `ssh -i /Downloads/mySSHKey.pem [email protected]`
67-
66+
For example, type: `ssh -i /Downloads/mySSHKey.pem [email protected]` and replace the example IP address at the end of the command with your VM's [public IP address](/azure/virtual-network/ip-services/public-ip-addresses).
6867

6968
## Upload an SSH key
7069

0 commit comments

Comments
 (0)