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.
Copy your SSH login command, which in this demonstration is: ssh -p 10309 root@connect.nmb1.seetacloud.com.
In this command, the meanings of the parameters are as follows:
- Username: root
- Host: connect.nmb1.seetacloud.com
- Port Number: 10309
If you run a training program after logging in via SSH, use screen/tmux to start a daemon process to ensure that the program execution is not affected by SSH connection interruptions! For details on how to use screen, see the section on Daemon Processes.
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
