yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

Wrong passphrase or invalid/unrecognized private key file format #64

Open fwentz opened 5 years ago

fwentz commented 5 years ago

I am trying to use the SSH2-function with a private key. The same key works perfectly in sqlyog. There is no password so I guess it has to be the file format. What should it look like?

Version: 4.6.4 Full error message:

Port forwarding failed.

Unable to extract public key from private key file: Wrong passphrase or invalid/unrecognized private key file format -16

mikefox commented 5 years ago

You need to use the old format: https://github.com/nodegit/nodegit/issues/1606. "include the following args in your ssh-keygen command: -m PEM"