Skip to content

Commit 9de5527

Browse files
committed
More alignment.
1 parent 5f9d41f commit 9de5527

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,34 @@ Before you begin, ensure that you:
2828

2929
1. Install the OpenSSH Server Extension.
3030

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.
3232

3333
### Install the OpenSSH Server Extension via Azure portal
3434

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.
3636

3737
:::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":::
3838

3939
### Install the OpenSSH Server Extension via PowerShell
4040

4141
Use the following steps to install the OpenSSH Server Extension via PowerShell:
4242

43-
1. Open a Windows PowerShell session as an administrator.
43+
1. Open a Windows PowerShell session as an administrator.
4444

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:
4646

4747
```powershell
4848
az extension add --upgrade --name connectedmachine
4949
az extension add --upgrade --name ssh
5050
```
5151

52-
1. Sign in to Azure:
52+
1. Sign in to Azure:
5353

5454
```powershell
5555
az login --use-device-code
5656
```
5757

58-
1. Set appropriate parameters:
58+
1. Set appropriate parameters:
5959

6060
```powershell
6161
$resourceGroup="<your resource group>"
@@ -64,7 +64,7 @@ Before you begin, ensure that you:
6464
$localUser = "Administrator" # Use a local admin account for testing
6565
```
6666

67-
1. Install the `OpenSSH` Arc Extension:
67+
1. Install the `OpenSSH` Arc Extension:
6868

6969
```powershell
7070
az connectedmachine extension create --name WindowsOpenSSH
@@ -103,9 +103,9 @@ Before you begin, ensure that you:
103103
PS C:\Users\labadmin>
104104
```
105105

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.
107107

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":::
109109

110110
## Use SSH to connect to Azure Local
111111

0 commit comments

Comments
 (0)