SSH 的替代品 Mosh

 

在高延迟的网络下,Mosh 比 SSH 流畅多了,并且3G网络下,丢失网络变动IP后,终端链接不会中断。git

mosh

使用方法:github

 
  
  
  
  
  1. $ mosh <username>@<hostname> 

使用 Git 获取源码并编译:网络


  
  
  
  
  1. $ git clone https://github.com/keithw/mosh 
  2. $ cd mosh 
  3. $ ./autogen.sh 
  4. $ ./configure 
  5. $ make 
  6. # make instal 
相关文章
相关标签/搜索