解决Failed to connect session for conifg 故障
生活随笔
收集整理的這篇文章主要介紹了
解决Failed to connect session for conifg 故障
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
服務器升級openssh之后jenkins構建報錯了,報錯信息如下:
Failed to connet or change directory
jenkins.plugins.publish_over.BapPublisherException:Failed to connect session for config.....Message [Algorithm negotiation fail]
升級前ssh版本:OpenSSH_5.3p1
升級后sshl版本:OpenSSH_6.8pl
解決辦法:
修改/etc/ssh/sshd_config配置文件,在最后添加如下內容:
Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbcMACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org重啟sshd服務后,問題解決。
?
轉載于:https://www.cnblogs.com/Eivll0m/p/4690086.html
總結
以上是生活随笔為你收集整理的解决Failed to connect session for conifg 故障的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 修复 Xcode 错误 “The ide
- 下一篇: [转]DevExpress GridCo