Skip to content

Commit a4ff9cd

Browse files
authored
Update ssh-connect-to-windows-and-linux-worker-nodes.md
1 parent 3864514 commit a4ff9cd

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
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.
4-
ms.date: 01/10/2025
4+
ms.date: 07/02/2025
55
ms.topic: how-to
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: leslielin
9-
ms.lastreviewed: 01/10/2025
9+
ms.lastreviewed: 07/02/2025
1010
---
1111

1212
# 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
1717

1818
This article explains how to use SSH to connect to both Windows and Linux nodes.
1919

20-
## Prerequisite
20+
## Prerequisites
21+
2122
### **Install the Kubernetes CLI**
2223

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**.
2425

2526
### [Azure CLI](#tab/azure-cli)
2627

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

29-
```azurecli-interactive
30-
az aks install-cli
31-
```
30+
```azurecli-interactive
31+
az aks install-cli
32+
```
3233

3334
### [Azure PowerShell](#tab/azure-powershell)
3435

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

37-
```azurepowershell-interactive
38-
Install-AzAksCliTool
39-
```
38+
```azurepowershell-interactive
39+
Install-AzAksCliTool
40+
```
4041

4142
## Use SSH to connect to worker nodes
4243

0 commit comments

Comments
 (0)