通过ssh连入服务器然后vim代码, 经常会断掉连接, 显示 `Broken pipe`, 怎么破?
用的aliyun服务器, 配置如下:
ubuntu 14.04
CPU: 4核
内存: 8GB
带宽: 6Mbps
本地的环境:
archlinux
xfce4-terminal
在本地ping服务器:
from : icmp_seq=1 ttl=49 time=5.82 ms
64 bytes from x.x.x.x: icmp_seq=2 ttl=49 time=11.1 ms
64 bytes from x.x.x.x: icmp_seq=3 ttl=49 time=8.18 ms
64 bytes from x.x.x.x: icmp_seq=4 ttl=49 time=7.46 ms
64 bytes from x.x.x.x: icmp_seq=5 ttl=49 time=7.79 ms
--- x.x.x.x ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
ssh 设置参考 这篇wiki 中的 Speeding up SSH, Keep alive 等章节.
通过ssh连入服务器vim代码, 经常断掉连接, 显示
Broken pipe
, 痛不能举.
目前在用的折中方法是
sshfs
.
请问, 是哪里的存在短板? 还有没有其他更好的方法?
半步跨越天堂
10 years, 3 months ago