利用 Mosh 改善 SSH

旧街凉风 提交于 2020-04-07 19:29:57

利用 Mosh 改善 SSH

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

安装

brew install mobile-shell

注: Server, Client 都需要安裝 mosh 才可以。

用法

经典用法

Mosh will log the user in via SSH, then start a connection on a UDP port between 60000 and 61000.

$ mosh chewbacca.norad.mil

Different username

$ mosh potus@ackbar.bls.gov

Server binary outside path

$ mosh --server=/tmp/mosh-server r2d2

Selecting Mosh UDP port

$ mosh -p 1234 darth

Selecting SSH port

$ mosh --ssh="ssh -p 2222" figrindan


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!