Skip to content
Alexander Berezovsky edited this page Aug 28, 2015 · 5 revisions

Mosh use cases

TTY commands like tmux and screen

without params

mosh server_alias screen

with params

mosh server_alias -- screen -dR session_name

advances usage

mosh server_alias -- sh -c 'tmux a -t pairing || tmux new -s pairing'

Non-TTY commands

It depends on volume of output.

Pipes

Probably the best way is to use regular SSH

Clone this wiki locally