Skip to content

Commit f187187

Browse files
committed
Updated with editorial tweaks from SME.
1 parent 9520b27 commit f187187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-local/manage/connect-arc-vm-using-ssh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 02/11/2025
8+
ms.date: 02/18/2025
99

1010
#customer intent: As a Senior Content Developer, I want to provide customers with the highest level of content for using disconneced operations to deploy and manage their Azure Local instances.
1111
---
@@ -61,7 +61,7 @@ Before you begin, ensure that you:
6161
$resourceGroup="<your resource group>"
6262
$serverName = "<your server name>"
6363
$location = "<your location>"
64-
$localUser = "Administrator" # Use a local admin account for testing
64+
$localUser = "<your username>" # Use a local admin account for testing
6565
```
6666

6767
e. Install the `OpenSSH` Arc Extension:
@@ -107,7 +107,7 @@ Before you begin, ensure that you:
107107

108108
:::image type="content" source="./media/connect-arc-vm-using-ssh/azure-portal-extensions-list-view-3.png" alt-text="Screenshot of Azure portal Extensions list view." lightbox="./media/connect-arc-vm-using-ssh/azure-portal-extensions-list-view-3.png":::
109109

110-
## Use SSH to connect to Azure Local
110+
## Use SSH to connect to an Arc VM on Azure Local
111111

112112
> [!NOTE]
113113
> You may be asked to allow Arc SSH to set up port 22 for SSH.
@@ -124,7 +124,7 @@ Use the following steps to connect to Azure Local.
124124

125125
:::image type="content" source="./media/connect-arc-vm-using-ssh/server-connection-6.png" alt-text="Screenshot of server connection over SSH." lightbox="./media/connect-arc-vm-using-ssh/server-connection-6.png":::
126126

127-
## Use RDP over SSH to connect to Azure Local
127+
## Use RDP over SSH to connect an Arc VM on Azure Local
128128

129129
1. To sign into Azure Local using RDP over SSH, run the following command with the RDP parameter:
130130

0 commit comments

Comments
 (0)