- Register a key on your account: click Add public key on the SSH keys tab of the Account page (or run
ornn ssh-keys add). - Add a key to a reservation: click Add Key in the reservation’s SSH Keys section (or run
ornn access activatefor Bare Metal). - Launch the reservation: Ornn authorizes the reservation’s active keys on the host.
Prerequisites
- An SSH key pair generated locally. If you don’t have one, run:
- The public key only (
~/.ssh/id_ed25519.pub) is uploaded to Ornn. Never share or upload the private key.
Add a key (web app)
Enter the key details
Enter a Name to identify the key (for example,
laptop or ci-runner), then paste the full contents of your .pub file into the SSH public key field.Add a key (CLI)
Paste the key inline:--label value is the CLI equivalent of the web Name field. Add --json to get the new key record as structured output, including its id, which you’ll need to add the key to a reservation.
List keys
Web app: the SSH keys tab on the Account page lists every registered key. CLI:id, label, and fingerprint. Add --json for the full record, including the creation timestamp.
Add a key to a reservation
Keys are not automatically pushed to every reservation. You add a specific key when you activate access for a reservation. Web app: open the reservation detail page at/portfolio/[reservationId], select your access mode, and use Add Key in the SSH Keys section to add a key to the reservation before launching. The key is installed on the reservation’s machines, and launch authorizes the active reservation keys on the host.
CLI (Bare Metal): ornn access activate queues Bare Metal access and installs the key on the reservation’s machines. Configure VM access from the web reservation detail page.
<key-id> from ornn ssh-keys list, which prints each registered key’s id.
To push an additional key to an already-active reservation:
Delete a key
Web app: on the SSH keys tab of the Account page, click Delete next to the key. CLI:What’s next

VM access
Activate a managed VM and attach an SSH key to your reservation.

Bare Metal access
Attach an SSH key for direct host access on a Bare Metal reservation.

