MySQL Workbench (version 6.0.8) SSH Authentication Issue

前端 未结 8 1795
一生所求
一生所求 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:39

    For me, it worked using a .pem extension key. As I only had the ppk key, I had to transform the .ppk into .gem.

    To transform it, I used eating in the ubuntu terminal:

    $ puttygen key.ppk -O private-openssh -o key.pem
    

提交回复
热议问题