Access cluster via SSH
If you plan to access the cluster via the command line clients, SSH into the master node instance in the cluster.
- In order to use SSH, you must generate an SSH key pair or use an existing SSH key pair.
- You can find the cluster instance public IP addresses on the cluster details page.
- When accessing instances via SSH use the
cloudbreak
user.
On Mac OS, you can use the following syntax to SSH to the VM:
ssh -i "privatekey.pem" cloudbreak@publicIP
For example:
ssh -i "dominika-kp.pem" cloudbreak@p52.25.169.132
On Windows, you can access your cluster via SSH by using an SSH client such as PuTTY.