Skip to main content

Generate an SSH Key

ssh-keygen -t ed25519 -C "[email protected]"
Press Enter for the default location. Optionally set a passphrase.View your public key:
cat ~/.ssh/id_ed25519.pub

Add a Key to Your Account

  1. Go to Settings > SSH Keys
  2. Click Add SSH Key
  3. Enter a name and paste your public key
  4. Click Add SSH Key
Saved keys can be selected when deploying a server.

Remove a Key

  1. Go to Settings > SSH Keys
  2. Click the delete icon next to the key
  3. Confirm deletion
Removing a key from your account does not remove it from servers that already have it installed.