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
6. You can see `WindowsOpenSSH` Extension in the Azure portal Extensions list view.
107
+
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":::
110
109
111
110
## Use SSH to connect to Azure Local
112
111
@@ -127,7 +126,7 @@ Use the following steps to connect to Azure Local.
127
126
128
127
## Use RDP over SSH to connect to Azure Local
129
128
130
-
1. To sign into Azure Local using RDP, run the following command with the RDP parameter:
129
+
1. To sign into Azure Local using RDP over SSH, run the following command with the RDP parameter:
131
130
132
131
```powershell
133
132
az ssh arc --resource-group $resourceGroup --name $serverName --local-user $localUser --rdp
@@ -143,7 +142,7 @@ Use the following steps to connect to Azure Local.
143
142
144
143
:::image type="content" source="./media/connect-arc-vm-using-ssh/rdp-desktop-for-ssh-arc-connection-9.png" alt-text="Screenshot of the RDP desktop to connect to Windows Server over SSH." lightbox="./media/connect-arc-vm-using-ssh/rdp-desktop-for-ssh-arc-connection-9.png":::
145
144
146
-
You have set up an RDP tunnel over SSH into your Azure Local using Azure CLI without any VPN or open ports at your firewall.
145
+
You set up an RDP tunnel over SSH into your Azure Local using Azure CLI without any VPN or open ports at your firewall.
0 commit comments