Navicat Link Database Report 80070007

Source: Internet
Author: User
Tags sha1 ssh

Navicat log in to the MySQL connection times with ssh:

80070007:ssh Tunnel:server does not support DIFFIE-HELLMAN-GROUP1-SHA1 for Keyexchange

is due to the lack of kexalgorithms and ciphers in the SSH configuration.


The solution is to enter the/etc/ssh/sshd_config below to add the following configuration:

Kexalgorithms Diffie-hellman-group1-sha1,[email protected],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


Execute the following code

Ssh-keygen-a


Restart SSH

Service SSH Restart


This article is from the "Po lu" blog, please be sure to keep this source http://7116805.blog.51cto.com/7106805/1980851

Navicat Link Database Report 80070007

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.