Register a public key so you can connect directly to OpenResearch-managed instances from your terminal. Private keys never leave your computer.
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.
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:
orx ssh-key add ~/.ssh/workstation.pub
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.