OpenResearch

SSH Keys

Register a public key so you can connect directly to OpenResearch-managed instances from your terminal. Private keys never leave your computer.

Register from the web

Add your public SSH keys in Settings > SSH Keys. You can add multiple keys (e.g. one per device).

OpenResearch syncs registered keys to managed instances across every organization you belong to. Removing a key revokes it from those instances.

Register from the CLI

bash
orx login
orx ssh-key add
orx ssh-key list

The add command uses ~/.ssh/id_ed25519.pub by default. Pass a different public-key path when needed:

bash
orx ssh-key add ~/.ssh/workstation.pub

Use an existing machine with the CLI

For self-managed compute, add the machine to ~/.ssh/config. The local dashboard reads those host aliases under Settings > Compute > SSH and can test the connection. Authentication uses your normal SSH keys or agent; orx does not read your private key.