Skip to content

Commit 4c5ae91

Browse files
committed
SSH key doc for NAKS
1 parent 4a1c05e commit 4c5ae91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/operator-nexus/howto-kubernetes-cluster-manage-ssh-key.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before proceeding with this how-to guide, it's recommended that you:
2222

2323
## Configure Operator Nexus Kubernetes cluster node SSH keys
2424

25-
When you're setting up an Operator Nexus Kubernetes cluster, you need to provide SSH keys for the nodes in the cluster. SSH keys are used to authenticate connections between nodes and to allow you to connect to the nodes for troubleshooting purposes.
25+
When you're setting up an Operator Nexus Kubernetes cluster, you need to provide SSH keys for the nodes in the cluster. SSH keys provide a secure method of accessing the nodes in your cluster.
2626

2727
There are a few different ways that you can provide SSH keys for your cluster nodes.
2828

@@ -32,8 +32,9 @@ There are a few different ways that you can provide SSH keys for your cluster no
3232
* `properties.administratorConfiguration.sshPublicKeys` - For the cluster wide keys.
3333
* `initialAgentPoolConfigurations[].administratorConfiguration.sshPublicKeys` - For each agent pool, you can provide public keys that are inserted into the nodes in that pool.
3434
* `controlPlaneNodeConfiguration.administratorConfiguration.sshPublicKeys` - For the control plane, you can provide public keys that are inserted into the control plane nodes.
35-
3635
* If you don't provide any SSH keys when creating your cluster, no SSH keys are inserted into the nodes. This means that users can't SSH into the nodes. You can add SSH keys later by updating the cluster configuration, but can't remove those keys once it's added.
36+
37+
Refer the [Disconnected mode access](./howto-kubernetes-cluster-connect.md#disconnected-mode-access) provides insight into when you might need SSH keys and how to locate the node IP address.
3738

3839
## Manage Operator Nexus Kubernetes cluster node SSH keys
3940

0 commit comments

Comments
 (0)