美文网首页
SSH Their offer: diffie-hellman-

SSH Their offer: diffie-hellman-

作者: 夙小叶 | 来源:发表于2020-10-14 19:40 被阅读0次
    截屏2020-10-14 下午7.36.30.png

    问题:

    Unable to negotiate with 10.11.1.8 port 22: no matching key exchange method found. 
    Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
    

    解决:

    ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@10.11.1.8
    

    相关文章

      网友评论

          本文标题:SSH Their offer: diffie-hellman-

          本文链接:https://www.haomeiwen.com/subject/jbowpktx.html