Mosh for low-bandwidth ssh
- Client side install if you are using Chrome
- Server side insatll if you are using Ubuntu:
sudo apt-get install mosh
- Don’t forget adding ssh key info
- Kill past sessions except the existing one:
kill $(ps --no-headers --sort=start_time -C mosh-server -o pid | head -n -1)