Skip to content

Commit b936cb0

Browse files
committed
added note on disable ssh behavior
1 parent 57c2214 commit b936cb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/manage-ssh-node-access.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ To improve security and support your corporate security requirements or strategy
125125
126126
When you disable SSH at cluster creation time, it takes effect after the cluster is created. However, when you disable SSH on an existing cluster or node pool, AKS doesn't automatically disable SSH. At any time, you can choose to perform a nodepool upgrade operation. The disable/enable SSH keys operation takes effect after the node image update is complete.
127127
128+
> [!NOTE]
129+
> When you disable SSH at the cluster level it will apply to all existing node pools. Any node pools created after this operation will have SSH enabled by default, and you will need to run these commands again in order to disable it.
130+
128131
|SSH parameter |Description |
129132
|-----|-----|
130133
|`disabled` |The SSH service is disabled. |

0 commit comments

Comments
 (0)