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
- Navigate to Account Settings.
- Find the SSH Keys section.
- Click Add SSH Key.
- Enter a name for the key (e.g., “My Laptop”).
- Paste your Public Key (usually starts with
ssh-rsaorssh-ed25519). - 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:
- Click the Delete button next to the key.
- 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_keyson those servers.