由于近期服务器升级了openssl,在使用navicat连接数据库报

ssh   报error: kex protocol error: type 30 seq 1-LMLPHP

查看日志

sshd[1990]: error: kex protocol error: type 30 seq 1 [preauth]

 解决办法

vim /etc/ssh/sshd_config

KexAlgorithms [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1

 重启ssh服务,在次登录就可以了 

05-08 08:33