美文网首页
secureCRT连接ubuntu20.4报错

secureCRT连接ubuntu20.4报错

作者: 讲武德的年轻人 | 来源:发表于2022-11-28 14:48 被阅读0次

vim /etc/ssh/sshd_config

加入这一行,并重启ssh服务:

KexAlgorithms curve25519-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1

原因:老版crt和ubuntu20.4加密算法不匹配

相关文章

网友评论

      本文标题:secureCRT连接ubuntu20.4报错

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