加密算法不匹配解决方法:
老版本securecrt 连接新装的ubuntu20时 报错连接不上;
报错信息:
具体信息忘记了, 就是提示加密算法不匹配
解决方法
编辑 /etc/ssh/sshd_config文件在最后加入,保存即可解决;
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
3324



被折叠的 条评论
为什么被折叠?



