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: articles/aks/manage-ssh-node-access.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage SSH access on Azure Kubernetes Service cluster nodes
3
3
titleSuffix: Azure Kubernetes Service
4
4
description: Learn how to configure SSH on Azure Kubernetes Service (AKS) cluster nodes.
5
5
ms.topic: article
6
-
ms.date: 11/01/2023
6
+
ms.date: 12/05/2023
7
7
---
8
8
9
9
# Manage SSH for secure access to Azure Kubernetes Service (AKS) nodes
@@ -27,7 +27,6 @@ Use the [az aks update][az-aks-update] command to update the SSH public key on y
27
27
|SSH parameter |Description |Default value |
28
28
|-----|-----|-----|
29
29
|--ssh-key-vaule |Public key path or key contents to install on node VMs for SSH access. For example, `ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm`.|`~.ssh\id_rsa.pub`|
30
-
|--no-ssh-key |Do not use or create a local SSH key. |False |
0 commit comments