SSH keys

Manage your SSH keys for secure access

Add new SSH key
A descriptive name to identify this key.
Paste your public key, or upload a file below.
Your SSH keys

No SSH keys added yet.

Add your first SSH key above to enable secure access.

How to generate SSH keys

1. Generate a new key pair:

ssh-keygen -t ed25519 -C "[email protected]"

2. Copy your public key:

cat ~/.ssh/id_ed25519.pub

3. Paste the output above and click "Add key".

Never share your private key (id_ed25519). Only upload the .pub file.