Skip to content

Commit cd8ee0f

Browse files
authored
Update aks-create-clusters-portal.md
1 parent 4e40c7a commit cd8ee0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AKS-Arc/aks-create-clusters-portal.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ This article describes how to create Kubernetes clusters in Azure Local using th
4848
- **Primary node pool**:
4949
- You can leave the default values selected, or change the default value from the drop down list.
5050
- **SSH Keys**
51-
- Configure SSH access to the underlying VMs in your Kubernetes nodes for troubleshooting operations. You must provide an existing SSH public key.
52-
- Provide an RSA public key in the single line format (starting with "ssh-rsa") or the multi-line PEM format. You can generate SSH keys using PuTTYGen on Windows.
51+
- SSH keys are essential for troubleshooting and log collection. Be sure to save your private key file for future use.
52+
- You can use an existing SSH key or generate a new key pair during cluster creation. For information about how to create new SSH keys from the Azure portal, see [Create and manage SSH keys in the portal](/azure/virtual-machines/ssh-keys-portal#generate-new-keys).
53+
- To **Use an existing public key by providing the SSH public key value**, provide an RSA public key in the single line format (starting with "ssh-rsa") or the multi-line PEM format.
5354

5455
1. Select **Next: Node pools** when complete.
5556
1. On the **Node pools** page, configure the following options:

0 commit comments

Comments
 (0)