The new OpenSSH 6.7 only understands diffie-hellman-group1-sha14
Exception:
Can't connect to SSH server on '187.216.##.###':
Server does not support diffie-hellman-group1-sha1 for keyexchange
Im uderstand that dbforge for mysql uses the algorithm diffie-hellman-group1-sha1, but new ssh server version only accept diffie-hellman-group1-sha14
The problem occurs on hosts which have been updated to OpenSSH 6.7+
Any workaround?
Thanks in advance!
As of Version: 1:6.7p1-1 of openssh-server, it appears that Debian [and
presumably upstream]'s sshd now has diffie-hellman-group1-sha1 disabled.
This means that connections will fail.
At some point support for diffie-hellman-group1-sha1 is going to go away completely, rather than
just being disabled by default.