SSH Keys
You can manage all of your SSH keys in the SSH Keys tab of your account settings. SSH keys are used to connect to your services via SSH.
Adding an SSH Key
Section titled “Adding an SSH Key”- Go to Account Settings > SSH Keys
- Click Add SSH Key
- Enter a name for your key
- Paste your public key (e.g. the contents of
~/.ssh/id_ed25519.pub) - Click Save
After adding a key, you can attach it to any service to enable SSH access. See SSH Access for details.
Editing an SSH Key
Section titled “Editing an SSH Key”You can rename an SSH key by clicking the edit icon next to the key in the list.
Deleting an SSH Key
Section titled “Deleting an SSH Key”To delete a key, click the delete icon next to it. You’ll be asked to confirm before the key is removed.