You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/manage/connect-arc-vm-using-ssh.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-local
8
-
ms.date: 02/11/2025
8
+
ms.date: 02/18/2025
9
9
10
10
#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.
11
11
---
@@ -61,7 +61,7 @@ Before you begin, ensure that you:
61
61
$resourceGroup="<your resource group>"
62
62
$serverName = "<your server name>"
63
63
$location = "<your location>"
64
-
$localUser = "Administrator" # Use a local admin account for testing
64
+
$localUser = "<your username>" # Use a local admin account for testing
65
65
```
66
66
67
67
e. Install the `OpenSSH` Arc Extension:
@@ -107,7 +107,7 @@ Before you begin, ensure that you:
107
107
108
108
:::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":::
109
109
110
-
## Use SSH to connect to Azure Local
110
+
## Use SSH to connect to an Arc VM on Azure Local
111
111
112
112
> [!NOTE]
113
113
> 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.
124
124
125
125
:::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":::
126
126
127
-
## Use RDP over SSH to connect to Azure Local
127
+
## Use RDP over SSH to connect an Arc VM on Azure Local
128
128
129
129
1. To sign into Azure Local using RDP over SSH, run the following command with the RDP parameter:
0 commit comments