Mosh

Mosh

Wait what?

A mobile shell.

Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

How do I get it

https://mosh.mit.edu/#getting

Servers

These Infolab servers currently support mosh:

Permissions, permissions

Here's what usually happens:

~$ mosh ur_csid@raiders4
ur_csid@raiders4's password: 
...
-bash: /afs/cs.stanford.edu/u/ur_csid/.bash_profile: Permission denied
ur_csid@raiders4:~$ 

Here's how to fix it:

ur_csid@raiders4:~$ kinit
Password for ur_csid@CS.STANFORD.EDU: 
ur_csid@raiders4:~$ aklog
ur_csid@raiders4:~$ 

Another fix is running Kerberos on your client machine...

last edited 2015-02-13 08:44:37 by akrevl