Skip to main content
Opens an SSH connection to a running agent’s VM. Use it to inspect the filesystem, watch logs, or attach directly to the agent’s live coding session.

Synopsis

Everything after -- is executed as a command on the VM instead of opening an interactive shell.

Arguments

Examples

Open an interactive shell

Opens a terminal on the agent’s VM. You land in a standard shell and can browse the cloned repo, read logs, or run commands.

Attach to the agent’s coding session

Attaches to the claude tmux session where the agent is working. You see its live terminal output in real time. Detach with Ctrl-b d.

Run a single command

Runs the command on the VM and exits. No interactive shell is opened.

Verbose output for debugging

Prints SSH connection diagnostics to stderr. Useful when a connection is hanging or failing.

Errors