Bug #64802 | Missing AES-128-CBC cipher in outdated paramiko causes cannot open SSH tunnel | ||
---|---|---|---|
Submitted: | 29 Mar 2012 15:45 | Modified: | 27 Dec 2012 21:43 |
Reporter: | Mike H | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.38 (8753) | OS: | MacOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, macos, ssh |
[29 Mar 2012 15:45]
Mike H
[29 Mar 2012 15:52]
Mike H
Full commit for openssl keys support in paramiko is here... https://github.com/paramiko/paramiko/commit/d3162ac75bca79e4e3ac9d9d7a8db00341ac3e35
[29 Mar 2012 18:05]
Valeriy Kravchuk
Thank you for the problem report and patch.
[11 Jul 2012 11:01]
Mike H
Hi, when will this be fixed? Still not in 5.2.40 (8790)...
[27 Dec 2012 21:43]
Philip Olson
Fixed as of MySQL Workbench 5.2.45, and here's the changelog entry: Having multiple connections with TCP/IP over SSH could cause MySQL Workbench to not connect when exceeding "MaxAuthTries". This may happen if an encryption type is unknown. The bundled "paramiko" library (on Mac OS X, and Windows) was updated to version 1.7.7.1, which helps solve this problem, as it adds known support for OpenSSL keys. Thank you for the bug report.