SSH服务:packet_write_wait: Connection to 67.218.143.160 port 22: Broken pipe错误处理
1、在~/.ssh/config配置文件中添加
IPQoS lowdelay throughput
2、在/etc/ssh/ssh_config配置文件中添加
IPQoS lowdelay throughput
3、临时解决可以再命令行中加入-o 'IPQoS=lowdelay throughput'参数即可
1、在~/.ssh/config配置文件中添加
IPQoS lowdelay throughput
2、在/etc/ssh/ssh_config配置文件中添加
IPQoS lowdelay throughput
3、临时解决可以再命令行中加入-o 'IPQoS=lowdelay throughput'参数即可