navicat使用ssh登陸mysql報錯:expected key exchange group packet from server

1、navicat ssh鏈接方式

因爲公司使用的是阿里雲的RDS,須要經過內網鏈接數據庫(不直接提供公網訪問),此時能夠使用navicat的ssh方式,經過一臺跳板機鏈接內網的RDShtml

image

image

2、鏈接報錯及解決方式

報錯:SSH: expected key exchange group packet from server數據庫

image

解決方式:vim

一、升級navicatbash

二、修改sshd的配置ssh

01
02
[root@Manager ~] #vim /etc/ssh/sshd_config  #編輯sshd配置文件,在最後添加
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1

參考文檔:阿里雲

https://blog.csdn.net/enweitech/article/details/80677374spa

http://www.bubuko.com/infodetail-2993078.html.net

相關文章
相關標籤/搜索