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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,34 +28,34 @@ Before you begin, ensure that you:
28
28
29
29
1. Install the OpenSSH Server Extension.
30
30
31
-
You can install the OpenSSH Server Extension via Azure portal or by PowerShell. Installing the extension via Azure portal is the recommended method.
31
+
You can install the OpenSSH Server Extension via Azure portal or using PowerShell. Installing the extension via Azure portal is the recommended method.
32
32
33
33
### Install the OpenSSH Server Extension via Azure portal
34
34
35
-
To install the extension via Azure portal, navigate to Extensions and select the **OpenSSH for Windows - Azure Arc** option.
35
+
To install the extension via Azure portal, navigate to **Extensions** and select the **OpenSSH for Windows - Azure Arc** option.
36
36
37
37
:::image type="content" source="./media/connect-arc-vm-using-ssh/install-open-ssh-server-1.png" alt-text="Screenshot of the Azure Arc Extensions page." lightbox="./media/connect-arc-vm-using-ssh/install-open-ssh-server-1.png":::
38
38
39
39
### Install the OpenSSH Server Extension via PowerShell
40
40
41
41
Use the following steps to install the OpenSSH Server Extension via PowerShell:
42
42
43
-
1. Open a Windows PowerShell session as an administrator.
43
+
1. Open a Windows PowerShell session as an administrator.
44
44
45
-
1. Run the following cmdlets to ensure that the required Azure CLI Extensions are installed:
45
+
1. Run the following cmdlets to ensure that the required Azure CLI Extensions are installed:
46
46
47
47
```powershell
48
48
az extension add --upgrade --name connectedmachine
49
49
az extension add --upgrade --name ssh
50
50
```
51
51
52
-
1. Sign in to Azure:
52
+
1. Sign in to Azure:
53
53
54
54
```powershell
55
55
az login --use-device-code
56
56
```
57
57
58
-
1. Set appropriate parameters:
58
+
1. Set appropriate parameters:
59
59
60
60
```powershell
61
61
$resourceGroup="<your resource group>"
@@ -64,7 +64,7 @@ Before you begin, ensure that you:
64
64
$localUser = "Administrator" # Use a local admin account for testing
65
65
```
66
66
67
-
1. Install the `OpenSSH` Arc Extension:
67
+
1. Install the `OpenSSH` Arc Extension:
68
68
69
69
```powershell
70
70
az connectedmachine extension create --name WindowsOpenSSH
@@ -103,9 +103,9 @@ Before you begin, ensure that you:
103
103
PS C:\Users\labadmin>
104
104
```
105
105
106
-
1. You can see `WindowsOpenSSH` Extension in the Azure portal Extensions list view.
106
+
1. You can see `WindowsOpenSSH` Extension in the Azure portal Extensions list view.
107
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":::
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":::
0 commit comments