Skip to main content

How to determine SSH Host key

 

  1. Open Terminal
    1. Click Manage for my VPS
    2. Click Terminal in upper right of Overview page
  2. cat /etc/ssh/ssh_host_ed25519_key.pub
  3. Copy the entire output string. This is your ED25519 public key.
  4. On your local machine, save this string to a file (e.g., ed25519.pub).
  5. ssh-keygen -lf ed25519.pub
  6. The value from Step 5 should match the ssh-ed25519 value displayed by putty