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

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

查看日志

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

 解决办法

 vim /etc/ssh/sshd_config

KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-11-08
  • 2021-08-11
  • 2022-12-23
  • 2021-08-09
  • 2022-02-15
猜你喜欢
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
  • 2021-09-23
相关资源
相似解决方案