Unable to negotiate with XXXX : no matching host key type found.

374次阅读
没有评论

共计 210 个字符,预计需要花费 1 分钟才能阅读完成。

ssh root@XXXXX 时候报错:

Unable to negotiate with 192.168.1.1 port 22: no matching host key type found. Their offer:

可以在命令行后面添加:

ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -oCiphers=+3des-cbc root@xxxxxx
正文完
加入官方交流QQ群:778957856
post-qrcode
 0
clark
版权声明:本站原创文章,由 clark 2024-01-19发表,共计210字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)