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: AKS-Arc/ssh-connect-to-windows-and-linux-worker-nodes.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: Connect to Windows or Linux worker nodes with SSH
3
3
description: Learn how to use SSH to connect to Windows or Linux worker nodes in an AKS Arc cluster.
4
-
ms.date: 01/10/2025
4
+
ms.date: 07/02/2025
5
5
ms.topic: how-to
6
6
author: sethmanheim
7
7
ms.author: sethm
8
8
ms.reviewer: leslielin
9
-
ms.lastreviewed: 01/10/2025
9
+
ms.lastreviewed: 07/02/2025
10
10
---
11
11
12
12
# Connect to Windows or Linux worker nodes with SSH
@@ -17,26 +17,27 @@ During your AKS Arc cluster's lifecycle, you might need to directly access clust
17
17
18
18
This article explains how to use SSH to connect to both Windows and Linux nodes.
19
19
20
-
## Prerequisite
20
+
## Prerequisites
21
+
21
22
### **Install the Kubernetes CLI**
22
23
23
-
You will use the Kubernetes CLI, [`kubectl`][kubectl], to connect to your Kubernetes cluster. If you use the Azure Cloud Shell, `kubectl` is already installed. If you're running the commands locally, you can use the Azure CLI or Azure PowerShell to install `kubectl`.
24
+
You can use the Kubernetes CLI, [**kubectl**][kubectl], to connect to your Kubernetes cluster. If you use Azure Cloud Shell, **kubectl** is already installed. If you run the commands locally, you can use the Azure CLI or Azure PowerShell to install **kubectl**.
24
25
25
26
### [Azure CLI](#tab/azure-cli)
26
27
27
-
* Install `kubectl` locally using the [`az aks install-cli`][/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli] command.
28
+
* Install **kubectl** locally using the [`az aks install-cli`][/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli] command:
28
29
29
-
```azurecli-interactive
30
-
az aks install-cli
31
-
```
30
+
```azurecli-interactive
31
+
az aks install-cli
32
+
```
32
33
33
34
### [Azure PowerShell](#tab/azure-powershell)
34
35
35
-
* Install `kubectl` locally using the [`Install-AzAksCliTool`][/powershell/module/az.aks/install-azaksclitool?view=azps-14.2.0] cmdlet.
36
+
* Install **kubectl** locally using the [`Install-AzAksCliTool`][/powershell/module/az.aks/install-azaksclitool?view=azps-14.2.0] cmdlet:
0 commit comments