Mac Users: You can complete the SSH login using the system’s built-in Terminal.
SSH Authentication
After starting the instance, locate the SSH login command.
ssh -p 33150 root@connect.singapore-b.gpuhub.com.
In this command, the meanings of the parameters are as follows:
- Username: root
- Host: connect.singapore-b.gpuhub.com
- Port Number: 33150

Passwordless Authentication
Access the SSH key login settings from Console -> Instances to set up your public key for password-free login. For key generation instructions, see the provided link: 4.3 Git on the Server - Generating Your SSH Public Key
