使用SSH连接远程服务器的时候 报出 client_loop send disconnect Broken pipe的错误 解决方案 修改客户端的 /etc/ssh/ssh_config 配置文件 在Host *条目下添加 IPQoS=throughput 经测试可以解决,但是还不知道原理是什么