Skip to content

Commit 7216da8

Browse files
Merge pull request #192521 from ericd-mst-github/ericd-quick-create-portal-branch
Freshness review of 'Quickstart: Create a Linux virtual machine in the Azure portal'
2 parents 4c2a3a7 + a1a344b commit 7216da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-28.2 KB
Loading

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

Lines changed: 2 additions & 2 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: 12/13/2021
9+
ms.date: 03/29/2022
1010
ms.author: cynthn
1111
ms.custom: mvc, mode-ui
1212
---
@@ -78,7 +78,7 @@ Create an SSH connection with the VM.
7878
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.
7979

8080
```console
81-
ssh -i .\Downloads\myKey1.pem [email protected]
81+
ssh -i .\Downloads\myKey.pem [email protected]
8282
```
8383

8484
> [!TIP]

0 commit comments

Comments
 (0)