mosh server-client as SSH, fast
mosh website: https://mosh.org/#getting
about mosh(한국어): https://b.luavis.kr/server/mosh
abount mosh(english): https://www.linode.com/docs/networking/ssh/install-mosh-server-as-ssh-alternative-on-linux/
How to install on Ubuntu server
Install Server
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:keithw/mosh
sudo apt-get update
sudo apt-get install mosh
Install Client
Introduced in https://mosh.org/#getting
- Chrome browser: https://chrome.google.com/webstore/detail/mosh/ooiklbnjmhbcgemelgfhaeaocllobloj
- Windows client:
- Putty does not suppert mosh because of this problem:
https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/mosh.html
- Many people still want Windows client
https://github.com/mobile-shell/mosh/issues/293
- etc.
Connecting
(to mosh server)
mosh [username]@[host ip]
(to ssh server)
mosh [username]@[host ip] --ssh="ssh -p 22"