mosh的優點前端
1. 會話的中斷不會致使當前正在前端執行的命令中斷,至關於你全部的操做都是在screen命令中同樣在後臺執行;
2. 會話在中斷事後,不會馬上退出,而是啓用一個計時器,當網絡恢復後會自動從新鏈接,同時會延續以前的會話,不會從新開啓一個。bash
Remote terminal application that allows roaming, supportsintermittent 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.網絡
Mosh is free software, available for GNU/Linux, FreeBSD, Solaris, Mac OS X, and Android.app
在全部主流的類 Unix 版本中可用,如 GNU/Linux, FreeBSD, Solaris, Mac OS X, and Android。 須要在客戶端和遠程服務器端都安裝moshide
MAC客戶端安裝moshcode
#brew install mosh
遠程服務器安裝moship
#yum install mosh
客戶端鏈接遠程服務器ci
#mosh root@ip