MOSH greater than SSH

Wednesday, January 29, 2020

What is (mosh)?

“Mobile Shell (mosh) is a robust and responsive replacement for SSH. mosh persists connections to remote servers while roaming between networks.”

Why MOSH over SSH?

Unlike ssh, mosh is able to persist connections to remote hosts while localhost switches networks or localhost's network encounters some packet loss.

Use Cases

This makes mosh extremely useful when connecting to remote hosts over spotty wifi (i.e., on unreliable networks such as in coffee shops, airports, etc.), on cellular networks (i.e., administrating servers on LTE, or in situations where localhost may need to switch networks (i.e., jumping subnets).

Command-Lineclimoshssh

Python within Bash Scripts

Using Netlify