top | item 41681844

(no title)

vincentpants | 1 year ago

Curious what advantages this has over mosh?

https://mosh.org/

discuss

order

mjw1007|1 year ago

mosh is for interactive sessions, to keep them working when the connection is flaky.

autossh is for keeping unattended ssh tunnels alive, if the connection is flaky or one end is only intermittently available. So for using tunnels for the sort of thing you might otherwise use a VPN for.

st380752143|1 year ago

AIK, for using mosh, you need to install mosh on target host as well. Seems like autossh doesn't need this step.

leni536|1 year ago

I have used autossh + tmux before to enable X forwarding (just for clipboard sharing). Couldn't do that in mosh.