Remote terminal application that allowsroaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.html
Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.python
Mosh is free software, available for GNU/Linux, BSD, macOS, Solaris, Android, and Chrome. An iOS version is in testing.linux
Mosh 全名 Mobile Shell,是 MIT 推出的一個能夠替代 SSH 的遠程終端程序,適用於 GNU/Linux、FreeBSD、Solaris、Mac OS X 和 Android。它支持間斷性鏈接,容許漫遊,提供了本地回顯和用戶輸入的行編輯。高延遲的網絡下,Mosh 比 SSH 流暢多了,並且3G網絡下,丟失網絡變動IP後,終端鏈接不會中斷。ubuntu
它是一個支持漫遊的遠程終端程序。centos
#yum install mosh -y
$ sudo apt-get install python-software-properties $ sudo add-apt-repository ppa:keithw/mosh $ sudo apt-get update $ sudo apt-get install mosh
#brew install mosh
參考官網https://mosh.org/ 首頁安全
5.1 安裝bash
須要在服務器端安裝mosh,同時在你的電腦也安裝服務器
個人服務器是centos7 ,操做的電腦的mac網絡
因此在服務器上使用yum install -y moshapp
在mac上使用brew intstall mosh
5.1遠程登陸
$ mosh root@192.168.0.150
http://www.68idc.cn/help/jiabenmake/qita/2014022369776.html
https://linux.cn/article-6262-1.html