This looked promising to me, but i’m unable to connect using this method.
When i test the connection it tells me:
Could not connect the SSH Tunnel
Authentication error, unhandled exception caught in tunnel manager, please refer to logs in details
In the mysql workbench logs i see:
17:37:43 [INF][ SSH tunnel]: TunnelManager.waitconnection authentication error: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
17:37:43 [ERR][ SSH tunnel]: Authentication error opening SSH tunnel: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
17:38:49 [INF][ SSH tunnel]: Existing SSH tunnel not found, opening new one
17:38:49 [INF][ SSH tunnel]: Opening SSH tunnel to xxx.xxx.xxx.xxx:22
17:38:49 [WRN][sshtunnel.py:connectssh:288]: IOError, probably caused by file C:\Users\cutups\AppData\Roaming\MySQL\Workbench\ssh\knownhosts not found, the message was: [Errno 2] No such file or directory: u'C:\Users\cutups\AppData\Roaming\MySQL\Workbench\ssh\knownhosts’
17:38:49 [ERR][sshtunnel.py:notifyexceptionerror:233]: Traceback (most recent call last):
File “C:\Program Files (x86)\MySQL\MySQL Workbench 6.3 CE\sshtunnel.py”, line 298, in _connectssh
lookforkeys=haskey, allowagent=haskey)
File “C:\Program Files (x86)\MySQL\MySQL Workbench 6.3 CE/python/site-packages\paramiko\client.py”, line 301, in connect
t.startclient()
File “C:\Program Files (x86)\MySQL\MySQL Workbench 6.3 CE/python/site-packages\paramiko\transport.py”, line 461, in start_client
raise e
SSHException: Incompatible ssh peer (no acceptable kex algorithm)
17:38:50 [INF][ SSH tunnel]: TunnelManager.wait_connection authentication error: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
17:38:50 [ERR][ SSH tunnel]: Authentication error opening SSH tunnel: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
Any ideas on what this might be?