1
0
mirror of synced 2026-01-24 15:01:44 -05:00
Files
docs/data/reusables/enterprise_installation/ssh-into-cluster-node.md
2023-06-12 08:11:20 -07:00

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
```