MySQL Workbench (version 6.0.8) SSH Authentication Issue

前端 未结 8 1794
一生所求
一生所求 2021-02-18 20:44

I am trying to connection to a MySQL server on Host X through machine Y over SSH.

The same setup (but older version of MySQL workbench) works on my another box (CentOS 6

8条回答
  •  日久生厌
    2021-02-18 21:34

    I've just come across this again recently. If you use a password protected private key and you just upgraded to macOS Sierra you probably need to re-add your private key to your keychain again.

    ssh-add -K ~/.ssh/id_rsa
    

    This instantly fixed the problem for me.

提交回复
热议问题