navicatSSH连接不上80070007:SSHTunnel:Serverdoesnotsupportdiffie-hellman-group1-sha1for
(2024-06-06 09:11:46)| 分类: MYSQL(6/26) |
1:/etc/ssh/sshd_config 底部增加2行
KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
Ciphers
3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr
2:ssh-keygen -A
3:
再连接提示 ip ::1 not allow 重新再创建一个MYSQL账号
给定127.0.0.1权限,连接路径用127.0.0.1即可
或者也可以尝试用内网192.168.1.11这样的IP连接

加载中…