rmux workspace attach.
Commands
tmux terminal.
Backend Support
| Backend | Support | Notes |
|---|---|---|
aws | Yes | Uses an SSM-backed SSH tunnel. |
gcp | Yes | Uses gcloud compute config-ssh details. |
e2b | No | The current editor flow is SSH-based, but E2B attach uses the PTY API. |
managed | No | Use rmux workspace attach for interactive access. |
What RMUX Changes Locally
The first editor open:- writes RMUX-managed host entries under
~/.ssh/rmux/config - ensures
~/.ssh/configincludesInclude ~/.ssh/rmux/config - prepares an editor-specific SSH host alias for the target workspace
AWS Details
Forbackend=aws, RMUX:
- installs or reuses an RMUX-managed SSH key under
~/.ssh/rmux/ - enables SSH access on the devbox through SSM
- tunnels SSH with
AWS-StartSSHSession
22 rule.
Authentication depends on aws.authMode:
aws-cliworks for bothrmux workspace editorand standalonessh rmux-...envandaccess-keywork withrmux workspace editorbecause RMUX injects the resolved credentials into the launched editor process- standalone
ssh rmux-...withenvoraccess-keystill depends on ambient AWS credentials in your shell
GCP Details
Forbackend=gcp, RMUX derives SSH host details from
gcloud compute config-ssh, writes an RMUX-managed alias under
~/.ssh/rmux/config, and launches the editor against that alias.

