Skip to main content
RemoteMux can open workspaces directly in VS Code or Cursor without using rmux workspace attach.

Commands

These open the workspace path in the editor. They do not attach to the workspace’s tmux terminal.

Backend Support

What RemoteMux Changes Locally

On first editor open, RemoteMux:
  • Seeds or refreshes the local GCP SSH key with gcloud compute config-ssh when backend=gcp
  • Writes RemoteMux-managed host entries under ~/.ssh/rmux/config
  • Ensures ~/.ssh/config includes Include ~/.ssh/rmux/config
  • Creates an editor-specific SSH host alias for the target workspace
For 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

Last modified on April 2, 2026