Install
在服务器端需要运行mosh-server,默认情况下使用 UDP 60001~61000 范围的端口简历session
查看端口是否监听成功
1 | netstat -anp | grep mosh |
Ubuntu 18.04
1 | #sudo apt remove iptables |
启动mosh服务器命令:
1 | mosh-server & |
MacOS
1 | brew install mosh |
配置locale
1 | echo -n "export LC_ALL=en_US.UTF-8" >> ~/.bashrc |
Usege
1 | mosh root@host -p 60001 |