How is this different from Tailscale plus ssh?+
Tailscale plus ssh gives you a shell — perfect for the 80 percent of work that is text. Remio gives you the whole desktop on top, for the 20 percent that needs a real display (AWS console, Datadog, JetBrains debugger). They run alongside each other; Remio does not replace your ssh layer.
Does tmux survive a reconnect?+
Yes. tmux is host-side and unaware of Remio. Detach the session, close the laptop, reconnect from a phone — the named session is still there with the same scrollback, the same active pane, the same running command. The Remio stream simply reconnects to the workstation.
Does clipboard sync to my local laptop?+
Yes. Text copied on the workstation lands in the client's clipboard, and the reverse direction works too. Clipboard sync can be disabled per session in the host's settings when an incident response calls for keeping output strictly on the host.
Can I pass an SSH key or YubiKey through?+
SSH keys live on the workstation, so any tool on the workstation uses them directly — there is no client-side key to forward. YubiKey HID pass-through is on the roadmap; until then, keep the YubiKey on the workstation side, which is also the recommended posture for an ops jump host.
Does VSCode Remote-SSH still work?+
Yes, because Remio does not touch ssh. Use Remote-SSH from the laptop for plain editing; switch to the streamed VSCode on the workstation when you need the integrated debugger, the Live Share view, or extensions that depend on a real display. Both can run simultaneously.
What is the typing latency in the terminal?+
Glass-to-glass on a wired LAN is around 8 ms with an iPad Pro client and around 5 ms between two wired desktops. Terminal scrolling stays at 60 fps even with tail -F of a chatty log; 120 Hz is supported on M-series MacBooks. Input rides on a channel separate from video so a noisy log does not delay a Ctrl-C.