天天看點

SSH 的替代品 Mosh

在高延遲的網絡下,Mosh 比 SSH 流暢多了,而且3G網絡下,丢失網絡變更IP後,終端連接配接不會中斷。

  1. $ mosh <username>@<hostname> 
  1. $ git clone https://github.com/keithw/mosh 
  2. $ cd mosh 
  3. $ ./autogen.sh 
  4. $ ./configure 
  5. $ make 
  6. # make instal 

繼續閱讀