日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 人文社科 > 生活经验 >内容正文

生活经验

Workbench Could not connect the SSH Tunnel Authentication error

發布時間:2023/11/28 生活经验 79 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Workbench Could not connect the SSH Tunnel Authentication error 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

1. 問題現象

平日正常使用的 Workbench 在重啟電腦之后發現無法連接到對應的數據庫,workbench log顯示

SSH tunnel]: Authentication error opening SSH tunnel: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details

查閱完整 log 發現如下內容:

$ tail -f ~/.mysql/workbench/log/wb.log File "/usr/share/mysql-workbench/sshtunnel.py", line 303, in _connect_sshlook_for_keys=has_key, allow_agent=has_key, timeout=SSH_CONNECTION_TIMEOUT)File "/usr/lib/python2.7/dist-packages/paramiko/client.py", line 325, in connectt.start_client()File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 492, in start_clientraise e
NotImplementedError: Use module Crypto.Signature.pkcs1_15 instead14:17:14 [INF][     SSH tunnel]: TunnelManager.wait_connection authentication error: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
14:17:14 [ERR][     SSH tunnel]: Authentication error opening SSH tunnel: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
14:18:24 [INF][      WBContext]: Connection to XinJangCityWolMart cancelled by user: Tunnel connection cancelled

重點是

NotImplementedError: Use module Crypto.Signature.pkcs1_15 instead

使用 pip list 查詢后發現

$ pip2 list | grep crypto
asn1crypto (1.4.0)
cryptography (2.7)
pycrypto (2.6.1)
pycryptodome (3.11.0)

有個 pycryptodome 東東,可能是后面安裝其它工具的時候附帶安裝上的。
?

2. 解決方法

卸載 pycryptodome

sudo pip2 uninstall pycryptodome

然后重新打開 Workbench 連接數據庫恢復正常。

總結

以上是生活随笔為你收集整理的Workbench Could not connect the SSH Tunnel Authentication error的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。