天天看点

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 

继续阅读