Prerequisites
Before connecting, install and authenticate the Devbox CLI. You’ll also need a running Devbox.Terminal Access
Direct SSH
The fastest way to get a shell in your Devbox:-A flag to forward your local SSH agent:
Configure SSH
To use the standardssh command (and enable any tool that relies on SSH config), run:
~/.ssh/config with an Include directive pointing to ~/.namespace/ssh/, writes the SSH key and a host config for your Devbox. After running this, you can connect with:
scp, rsync, and any program that reads your SSH config.
Next Steps
IDEs
Open a Devbox in VS Code, Cursor, JetBrains, or Zed.
Accessing services
Reach a service running on a Devbox with port forwarding or a shareable URL.
Sessions
Persistent terminal sessions that survive disconnections and Devbox restarts.