ssh name.boxd.sh. Run boxd ssh-config once and Cursor, VS Code, JetBrains, and Zed will see your boxes in their Remote SSH pickers. Pair it with boxd-clientd on your Mac for clipboard sync, local file access, and a real Chrome browser controllable from inside the VM.
How it works
Each VM exposes its own SSH endpoint atname.boxd.sh. You land as the boxd user with passwordless sudo. Standard SSH features all work: SCP, port forwarding, rsync, agent forwarding, and remote-development modes in editors.
boxd ssh-config writes managed Host entries into ~/.ssh/config for each of your VMs, so editors that read SSH config (all the popular ones do) get them automatically. boxd-clientd is a small daemon on your Mac that bridges local resources (clipboard, files, browser) into the VM over the SSH tunnel.
Set up
Pair your SSH key
Inject editor-ready Host entries
Connect your editor
- Cursor / VS Code
- JetBrains
- Zed
- Plain SSH
Open the command palette, run Remote-SSH: Connect to Host, pick
myapp.boxd.sh. Your VM appears as a remote workspace. Extensions install into the VM the first time.Recipes
Paste a screenshot into Claude Code inside the VM
Withboxd-clientd installed, your Mac’s clipboard is reachable from inside the VM via an xclip shim. Paste images directly into claude running over SSH.
Read a file off your laptop, no scp
Drive a real Chrome from inside the VM
open/close, so logged-in state survives.
Port-forward a service to your laptop
localhost:5432 on your Mac.
FAQ
Does Remote SSH need any special setup?
Does Remote SSH need any special setup?
No. After
boxd ssh-config, the host appears in your editor’s Remote SSH list. The editor handles its own server install inside the VM the first time you connect.Can multiple machines share the same identity?
Can multiple machines share the same identity?
What's the difference between `ssh name.boxd.sh` and `boxd connect name`?
What's the difference between `ssh name.boxd.sh` and `boxd connect name`?
ssh name.boxd.sh is direct SSH into the VM. boxd connect name opens a shell through the control plane. Same result, pick whichever fits your flow.Is boxd-clientd available on Linux/Windows?
Is boxd-clientd available on Linux/Windows?
macOS (Apple Silicon) today. Linux is on the roadmap.
Next
CLI reference
Every command, every flag.
Client utilities
Full reference for
boxd local and boxd-clientd.