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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ This article describes how to configure the SSH key (preview) on your AKS cluste
19
19
20
20
## Install the `aks-preview` Azure CLI extension
21
21
22
-
[!INCLUDE [preview features callout](includes/preview/preview-callout.md)]
23
-
24
22
1. Install the aks-preview extension using the [`az extension add`][az-extension-add] command.
25
23
26
24
```azurecli
@@ -67,10 +65,6 @@ Use the [az aks update][az-aks-update] command to update the SSH public key on y
67
65
> [!NOTE]
68
66
> Updating of the SSH key is supported on Azure virtual machine scale sets with AKS clusters.
69
67
70
-
|SSH parameter |Description |Default value |
71
-
|-----|-----|-----|
72
-
|--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` |
73
-
74
68
The following are examples of this command:
75
69
76
70
* To specify a new SSH public key value, include the `--ssh-key-value` argument:
@@ -96,8 +90,15 @@ To help troubleshoot any issues with SSH connectivity to your clusters nodes, yo
0 commit comments