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.Documentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
-- is executed as a command on the VM instead of opening an interactive shell.
Arguments
Examples
Open an interactive shell
Attach to the agent’s coding session
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
Verbose output for debugging
Errors
| Code | Meaning | What to do |
|---|---|---|
NOT_FOUND | No agent with that slug exists. | Check the slug. Use murmur ls to list running agents. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
FAILED_PRECONDITION | The agent’s VM is not running. | The agent may be sleeping. Run murmur wake first. |
ssh is not supported on VMs | You ran murmur ssh from inside an agent VM. | Run this command from your laptop, not from a VM. |
no ssh_public_keys in local config | No SSH keys are configured. | Run murmur setup to register your SSH public keys. |
Related
- Agents — concept overview
murmur status— check an agent’s phase and progressmurmur port-forward— tunnel local ports to the agent’s VMmurmur ls— list running agentsmurmur wake— restart a sleeping agent’s VM