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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: Connect to an Arc VM on Azure Local using SSH
3
-
description: Learn how to use SSH to connect to an Arc VM on Azure Local.
2
+
title: Connect to an Azure Local VM using SSH
3
+
description: Learn how to use SSH to connect to an Azure Local VM.
4
4
author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-local
8
-
ms.date: 02/18/2025
8
+
ms.date: 03/25/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
---
12
12
13
-
# Connect to an Arc VM on Azure Local using SSH and RDP over SSH
13
+
# Connect to an Azure Local VM using SSH and RDP over SSH
This article provides an example to connect to an Azure Arc VM on Azure Local using Secure Shell (SSH) and Remote Desktop (RDP) over SSH. The example demonstrates enabling the OpenSSH Server via the Arc Extension using Azure portal and Azure CLI.
17
+
This article provides an example to connect to an Azure Local VM using Secure Shell (SSH) and Remote Desktop (RDP) over SSH. The example demonstrates enabling the OpenSSH Server via the Arc Extension using Azure portal and Azure CLI.
18
18
19
19
## More about the SSH Server Extension
20
20
@@ -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 an Arc VM on Azure Local
110
+
## Use SSH to connect to an Azure Local VM
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 an Arc VM on Azure Local
127
+
## Use RDP over SSH to connect an Azure Local VM
128
128
129
129
1. To sign into Azure Local using RDP over SSH, run the following command with the RDP parameter:
130
130
@@ -148,4 +148,4 @@ Use the following steps to connect to Azure Local.
148
148
149
149
## Next steps
150
150
151
-
-[What is Azure Arc VM management?](azure-arc-vm-management-overview.md)
151
+
-[What is Azure Local VM management?](azure-arc-vm-management-overview.md)
0 commit comments