【发布时间】:2016-07-21 15:53:56
【问题描述】:
我无法连接到数据库,因为工作台一直说无法连接 SSH 隧道我检查日志文件
11:49:45 [INF][ SSH tunnel]: Existing SSH tunnel not found, opening new one
11:49:47 [INF][ SSH tunnel]: Opening SSH tunnel to x.x.x.x
11:49:47 [ERR][ sshtunnel.py]: Traceback (most recent call last):
File "/usr/share/mysql-workbench/sshtunnel.py", line 231, in _connect_ssh
look_for_keys=has_key, allow_agent=has_key)
File "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 306, in connect
t.start_client()
File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 465, in start_client
raise e
SSHException: Incompatible ssh peer (no acceptable kex algorithm)
11:49:47 [ERR][ SSH tunnel]: Authentication error opening SSH tunnel: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
11:49:48 [INF][ WBContext]: Connection to ovs cancelled by user: Tunnel connection cancelled
我可以使用密钥连接到终端中的远程主机,但不能在工作台中连接。 与此相关的其他人说他们使用选美我尝试为 linux 寻找选美但没有运气。
我正在运行 linux mint 17.3 64 位
【问题讨论】: