client_loop: send disconnect: Broken pipe,ssh 无法登录 Centos8 服务器的解决办法

 

 

解决办法

修改/etc/ssh/ssh_config文件,在Host *条目下添加 IPQoS=throughput

Host *    
    IPQoS=throughput

重新启动ssh服务

systemctl restart sshd

 

参考:https://www.jianshu.com/p/ebb593794704
https://blog.csdn.net/weixin_40224560/article/details/96268991?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-8&utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-8
https://www.devdungeon.com/content/fix-broken-pipe-error-ssh-connection-fedoravmware

posted @ 2020-06-04 14:32  重积德  阅读(51)  评论(0编辑  收藏  举报