Loading... # 使用 Mosh 来代替不稳定的 ssh ## Install Mosh ```bash # Debian、ubuntu apt-get update apt-get install mosh # centos 、 RHEL yum update yum install mosh # mac yum update yum install mosh ``` ## Access ```bash # server iptables -I INPUT -p udp --dport 60001 -j ACCEPT # client mosh -p 60001 user@ip ``` © Allow specification reprint Support Appreciate the author AliPayWeChat Like If you think my article is useful to you, please feel free to appreciate