Step 1: Open the SSH Keys page
In the left sidebar, navigate toManagement → SSH. SSH keys enable secure access to your GPU instances.
Step 2: Start adding a new SSH key
Click the greenAdd SSH Key + button (top-right).
Step 3: Get your SSH public key from your local machine
You’ll paste your public key (a.pub file) into the SSH Key field.
To find your public key:
- List SSH keys on your terminal:
- Look for a file ending in
.pub(for example:id_rsa.puborid_ed25519.pub). - Print the key to your terminal (example using RSA):
- Copy the entire output (it usually starts with something like
ssh-rsaorssh-ed25519).
Important:Paste the full line exactly as shown (no extra spaces or line breaks).Tip:If you don’t have a.pubfile yet, you can generate one with:Press Enter to accept the defaults, then re-run the commands above to copy your new public key.
To upload the key in AION:
- Paste your public key into the
SSH Keyfield. - Enter a recognizable
Key Name(for example: your laptop name). - Click
Add SSH Key.
Step 4: Verify the key is added
Once saved, your key appears in the SSH Keys list. You can now select this key during GPU instance creation from theSSH Key dropdown.
Optional: Delete an SSH key
Warning: Deleting an SSH key is permanent and cannot be undone.
- In the SSH Keys list, click
Deleteon the key you want to remove. - In the confirmation dialog, type the exact key name shown.
- Click
I understand the consequences. DELETE this resource.
