Managed keys
When you create your account, the platform automatically generates a default SSH key pair for you. This managed key:- Is pre-selected as the default when deploying
- Cannot be deleted
- Shows as “managed” in the key list
Managing keys
Navigate to SSH Keys in the sidebar.Upload your own key
- Click Add Existing Key
- Enter a name for the key
- Paste your public key (Ed25519 or RSA format)
- Click Add Key
Generate a new key pair
- Click Generate New Key
- Enter a name for the key
- The private key is downloaded automatically as a
.pemfile
Delete a key
Click the delete button next to any user-uploaded key. A confirmation dialog appears before deletion. Managed (platform-generated) keys cannot be deleted.Deleting a key does not affect running deployments that were launched with that key. It only prevents the key from being selected for future deployments.
Key list
The SSH Keys page shows a table with:Using multiple keys
You might want multiple SSH keys if you:- Use different machines to access your deployments (one key per laptop/workstation)
- Want separate keys for personal vs. team use
- Need to rotate keys without disrupting running deployments