Connect with SSH

Generate keys, connect securely and recover access with the rescue console.

Guide1 min readUpdated 20 Sept 2026.md
On this page

Generate a key#

We recommend Ed25519 keys:

Shell
ssh-keygen -t ed25519 -C "you@company.com"

Upload the public key under Account → SSH keys. It will be injected into every new server.

Connect#

Shell
ssh root@203.0.113.24

Password login is disabled by default on all images.

Lost access?#

Open Server → Rescue. The server reboots into a live system where you can mount the disk and repair authorized_keys.

Was this page helpful?

Still need help?

Our engineers answer tickets 24/7 — average first response in 7 minutes.

Contact support