RemoteMux can open workspaces directly in VS Code or Cursor without usingDocumentation Index
Fetch the complete documentation index at: https://docs.remotemux.com/llms.txt
Use this file to discover all available pages before exploring further.
rmux workspace attach.
Commands
tmux terminal.
Backend Support
| Backend | Supported | Transport |
|---|---|---|
aws | Yes | SSM-backed SSH tunnel |
gcp | Yes | gcloud-managed SSH key plus an IAP-backed SSH proxy |
e2b | No | E2B uses the PTY API, not SSH |
managed | No | Use rmux workspace attach instead |
What RemoteMux Changes Locally
On first editor open, RemoteMux:- Seeds or refreshes the local GCP SSH key with
gcloud compute config-sshwhenbackend=gcp - Writes RemoteMux-managed host entries under
~/.ssh/rmux/config - Ensures
~/.ssh/configincludesInclude ~/.ssh/rmux/config - Creates an editor-specific SSH host alias for the target workspace
backend=gcp, the generated alias proxies SSH through gcloud compute start-iap-tunnel instead of dialing the VM’s public IP directly.
AWS Auth Mode Behavior
| Auth mode | rmux workspace editor | Standalone ssh rmux-... |
|---|---|---|
aws-cli | Works | Works (via configured profile) |
env | Works (RemoteMux injects credentials) | Requires ambient AWS credentials |
access-key | Works (RemoteMux injects credentials) | Requires ambient AWS credentials |
