Skip to main content

SSH Connection

Use the SSH command shown in your server details to connect securely.

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