Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#47257 - [mysql-workbench] Can not connect via SSH tunnel

Attached to Project: Community Packages
Opened by Dave Seff (Adelie) - Friday, 04 December 2015, 06:46 GMT
Last edited by Christian Hesse (eworm) - Monday, 21 December 2015, 17:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Christian Hesse (eworm)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Can not connect via SSH tunnel

Additional info:
* package version(s)
mysql-workbench 6.3.5-1
* config and/or log files etc.
Give the following error in the logs:
16:43:38 [ERR][sshtunnel.py:notify_exception_error:233]: Traceback (most recent call last):
File "/usr/share/mysql-workbench/sshtunnel.py", line 286, in _connect_ssh
self._client.load_host_keys(os.path.expanduser(ssh_known_hosts_file))
File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 124, in load_host_keys
self._host_keys.load(filename)
File "/usr/lib/python2.7/site-packages/paramiko/hostkeys.py", line 101, in load
e = HostKeyEntry.from_line(line, lineno)
File "/usr/lib/python2.7/site-packages/paramiko/hostkeys.py", line 335, in from_line
key = ECDSAKey(data=decodebytes(key), validate_point=False)
File "/usr/lib/python2.7/site-packages/paramiko/ecdsakey.py", line 70, in __init__
validate_point=validate_point)
TypeError: from_string() got an unexpected keyword argument 'validate_point'


Steps to reproduce:
Create a DB connection using the SSH tunnel
Fill in the information including the remote host the db host, user private key, etc.
This task depends upon

Closed by  Christian Hesse (eworm)
Monday, 21 December 2015, 17:30 GMT
Reason for closing:  Works for me
Additional comments about closing:  Works for me and no response... Closing.
Comment by Christian Hesse (eworm) - Friday, 04 December 2015, 09:04 GMT
Just set up a test environment with ssh daemon and ecdsa host key. Everything works as expected, I could not reproduce your issue. Is there anything special to your setup? Can you give details about the host key type? Is your known_hosts file ok or are corrupt entries around?

Loading...