Bug #77614 MySQL Workbench can't connect to newer OpenSSH servers
Submitted: 3 Jul 2015 17:35 Modified: 3 Jul 2015 23:31
Reporter: Stefan Greiner Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:6.3.4 OS:Any
Assigned to: CPU Architecture:Any

[3 Jul 2015 17:35] Stefan Greiner
Description:
MySQL Workbench can't connect to newer OpenSSH servers for Remote Management, for example the default Debian 8 sshd server.

The error message will be:

ERROR One of the modules necessary for SSH base administration could not be importet.

How to repeat:
try to connect to a Debian 8 default OpenSSH-server with version openssh-server 6.7p1-5

Suggested fix:
Update paramiko to the latest version.
Add ECDSA support for paramiko.

For example take https://github.com/warner/python-ecdsa/releases and place the ecdsa folder into "...\MySQL Workbench 6.3 CE\python\site-packages"

it will connect successfully then (if https://bugs.mysql.com/bug.php?id=77613 is fixed)
[3 Jul 2015 23:31] MySQL Verification Team
Thank you for the bug report. Duplicate of http://bugs.mysql.com/bug.php?id=74658.