SSH Keys

SSH Keys provide a secure way to log into your VPS and Dedicated servers without using a password. You can add your public SSH keys to the dashboard to use them on your servers.

Adding an SSH Key

  1. Navigate to Account Settings.
  2. Find the SSH Keys section.
  3. Click Add SSH Key.
  4. Enter a name for the key (e.g., “My Laptop”).
  5. Paste your Public Key (usually starts with ssh-rsa or ssh-ed25519).
  6. Click Save.

Using SSH Keys

You can now select any of the SSH keys you have added to your account to use on your servers.

Deleting Keys

To remove a key from the dashboard:

  1. Click the Delete button next to the key.
  2. Note: This only removes the key from the dashboard. It does not remove the key from servers that have already been provisioned. You must manually remove it from ~/.ssh/authorized_keys on those servers.