SSH Tunneling to Debian 8 (Jessie)
Posted: Fri 19 Jun 2015 15:10
Hi all,
I have a dotConnect for MySQL version 7.6.226. We updated the server Debian 6 Lenny to Debian 8 Jessie. The earlier created link to connect models are can not connect to the server. (They worked perfectly with the Debian Lenny)
First, I got the followed error message:
After some searches I found a topic which said it will fixed if we add this line to the sshd_config file:
I tried this. Since I edited this, I got the followed error message:
I downloaded the demo version of dotConnect for MySQL 8.3 and created a new linkconnectmodel and it works without any error message.
If we create a new linkconnectmodel with my version (7.6 - I have license for this) then we can not connect and the error message is the same as above.
What can I do to make it works with the earlier projects?
Thanks in advance for any kind of help!
I have a dotConnect for MySQL version 7.6.226. We updated the server Debian 6 Lenny to Debian 8 Jessie. The earlier created link to connect models are can not connect to the server. (They worked perfectly with the Debian Lenny)
First, I got the followed error message:
Code: Select all
Server does not support diffie-hellman-group1-sha1
Code: Select all
"KexAlgorithms [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1"
Code: Select all
The negotation of encryption algorithm is failed.
If we create a new linkconnectmodel with my version (7.6 - I have license for this) then we can not connect and the error message is the same as above.
What can I do to make it works with the earlier projects?
Thanks in advance for any kind of help!