Skip to content

Commit 74a73a6

Browse files
authored
Fix formatting in SSH guide
1 parent 4fa3d47 commit 74a73a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

AKS-Arc/ssh-connect-to-windows-and-linux-worker-nodes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Connect to Windows or Linux worker nodes with SSH
33
description: Learn how to use SSH to connect to Windows or Linux worker nodes in an AKS Arc cluster.
44
ms.date: 01/10/2025
@@ -36,11 +36,14 @@ This article explains how to use SSH to connect to both Windows and Linux nodes.
3636
> [!NOTE]
3737
> You must pass the correct location to your SSH private key. The following example uses the default location of **~/.ssh/id_rsa**, but you might need to change this location if you requested a different path. To change the location, see [Configure SSH keys](configure-ssh-keys.md) to specify the `--ssh-key-value` parameter when you create an AKS Arc cluster.
3838
39-
For Linux worker node, run the following
39+
For a Linux worker node, run the following command:
40+
4041
```azurecli
4142
ssh -i $env:USERPROFILE\.ssh\id_rsa clouduser@<IP address of the node>
4243
```
43-
For Windows worker node, run the following
44+
45+
For a Windows worker node, run the following command:
46+
4447
```azurecli
4548
ssh -i $env:USERPROFILE\.ssh\id_rsa Administrator@<IP address of the node>
4649
```

0 commit comments

Comments
 (0)