Bug #96270 | can't connect via ssh on Mac | ||
---|---|---|---|
Submitted: | 22 Jul 2019 13:33 | Modified: | 3 Jul 2020 16:36 |
Reporter: | jose canizales | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 8.0.17 build 14960816 CE (64 bits) Commu | OS: | MacOS |
Assigned to: | CPU Architecture: | Any |
[22 Jul 2019 13:33]
jose canizales
[22 Jul 2019 15:37]
MySQL Verification Team
Thank you for the bug report.
[7 Nov 2019 5:23]
Istvan Tabanyi
I still cannot connect through ssh. Also, I have an ssh config like this: Host Bastion Hostname xxx User ec2-user IdentityFile ~/.ssh/id_rsa ControlMaster auto ControlPath ~/.ssh/mux-%r@%h:%p ControlPersist 5m After an ssh-add -A I can connect to that host with `ssh Bastion` without any issue from terminal or sequel pro. I don't have to enter username or supply the key path and I don't have to enter my password. In workbench I must enter the username and supply the path, but why? It can figure out the host from config, but nothing else? But doesn't really matter as it is not working:) Any plan to fix this anytime?
[16 Apr 2020 16:53]
jose canizales
im still can't use workbench, but I use sequel pro so easy but I can't connect via workbench to update my tables from a model, can you tell me step by step how you do to solve this
[14 May 2020 7:46]
Iosif Schiopu
I have the same issue on MySQL Workbench 8.0.20 with MacOS Catalina 10.15.4. I noticed that the issue is resolved if I use a SSH private key without a passphrase, however this poses a security risk.
[14 May 2020 7:54]
Iosif Schiopu
I have the same issue on MySQL Workbench 8.0.20 with MacOS Catalina 10.15.4. I noticed that the issue is resolved if I use a SSH private key without a passphrase, however this poses a security risk.
[14 May 2020 7:58]
Iosif Schiopu
The issue seems to have been reported and fixed in the past: https://bugs.mysql.com/bug.php?id=49418&contribs=1
[3 Jul 2020 16:36]
jose canizales
as. mention in this report: https://bugs.mysql.com/bug.php?id=49418&contribs=1 MySQL doesn't support ssh key with pass, so you must generate a new one with blank pass.