6 lines
380 B
Markdown
6 lines
380 B
Markdown
1. To connect to {% data variables.location.product_location %}, SSH into any of your cluster's nodes. From your workstation, run the following command. Replace HOSTNAME with the node's hostname. For more information, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh)."
|
|
|
|
```shell copy
|
|
ssh -p 122 admin@HOSTNAME
|
|
```
|