Skip to content

Commit e1d7f3e

Browse files
Merge pull request #281333 from Nickomang/disable-ssh-note
added note on disable ssh behavior
2 parents 10adcdc + 14947c1 commit e1d7f3e

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 applies to all existing node pools. Any node pools created after this operation will have SSH enabled by default, and you'll 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)