legacy-wiki
Lab mosh
Recovered from the older tannerjc.net wiki snapshot dated January 23, 2016.
- http://mobile.slashdot.org/story/12/04/11/1343257/mosh-modernizing-ssh-with-ip-roaming-instant-local-echo
- http://mosh.mit.edu/
- yum -y install mosh
[jtanner@x41 ~]$ mosh aaronjae
jtanner@aaronjae's password:
[jtanner@aaronjae ~]$
- disconnect wireless or NIC
- mosh client will show disconnected screen
- reconnect wireless or NIC
- connection is immediately restored
[jtanner@aaronjae ~]$ ps aux | fgrep -i mosh
jtanner 4199 0.0 0.0 106780 704 pts/2 S+ 22:41 0:00 fgrep --color=auto -i mosh
jtanner 27552 0.4 0.1 143452 3980 ? S 22:25 0:04 mosh-server new -s -c 8
[jtanner@aaronjae ~]$