Browser-based SSH via Cloudflare Tunnel with simultaneous multi-device tmux sessions
Traffic flows through Cloudflare's network — no ports are opened on the machine. The tunnel is outbound-only.
Both devices attach to the same tmux session. Typing on one appears on the other in real time.
Three layers of security protect the SSH server. No ports are exposed to the internet.
Three systemd services ensure everything survives reboots.
| Service | Purpose | Type | Auto-Start |
|---|---|---|---|
| cloudflared-tunnel | Maintains outbound tunnel to Cloudflare edge | simple | enabled |
| tmux-claude | Creates persistent tmux "claude" session | forked | enabled |
| ssh | OpenSSH server (listens on localhost:22) | notify | enabled |