SSH Connection
Use the SSH command shown in your server details to connect securely.
- Open a terminal on your local machine.
- Copy the SSH command from your server card and run it.
- Confirm the host fingerprint the first time you connect.
- If connection fails after a server reinstall, remove the old host key:
ssh-keygen -R "[<server-host>]:<ssh-port>"
- Run the SSH command again.