Prerequisites
- An Active cluster.
- The private key matching the SSH public key you registered on the order. See SSH keys.
Connect
Find each node’s public IP in the cluster’s Node management tab, then connect:
ubuntu. To run commands as root, escalate with sudo (for example, sudo -i).
Each node has its own dedicated public IP — connect to each one separately using the IPs listed in the Node management tab.
Troubleshooting
| Symptom | Cause and fix |
|---|---|
Permission denied (publickey) | You’re using a key that doesn’t match the one registered on the order. Confirm your private key matches the public key you submitted. |
| Connection timeout | Inbound traffic to port 22 isn’t allowed. Add an inbound firewall rule with protocol tcp and port 22, and set the source CIDR to include your IP. |
