question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

private key conversion doesn't seem to work without password

See original GitHub issue

System information:

  • Void Linux
  • DBeaver version 7.2.2
  • Additional extensions: none

Connection specification:

  • mariadb via SSH tunnel
  • Authentication: Public Key

My SSH tunnel couldn’t be opened. It appears the set private key needed conversion, which seemed to have failed due to the fact that my key isn’t equipped with a password itself.

2020-10-20 19:04:52.395 - Specified private key cannot be converted:
Saving key "/tmp/.dbeaver-temp5908045879929263143/mariaDB-17546caca6c-72ad6451a667c46f.pem" failed: passphrase is too short (minimum five characters).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:9
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
slondrcommented, Sep 1, 2021

Still having this issue in DBeaver 21.2 using jsch

3reactions
grahamsuttoncommented, Nov 20, 2020

Confirmed, upgrading from 7.2.4 to 7.2.5 also resolved the Specified private key cannot be converted: issue for me on Ubuntu 20.04 LTS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SSH Login doesn't work using a key Without Password?
ssh/identity debug1: Trying private key: /root/.ssh/id_dsa debug1: Next authentication method: password root@192.168.1.3's password: linux · ssh ...
Read more >
How to remove Private Key Password from pkcs12 container?
The question: how to remove the password for private key from pkcs12? That is, create pkcs12 file which doesn't require a password. (seems...
Read more >
How to recover the private key of an SSL certificate in an IIS ...
Use the following steps to recover your private key using the certutil command. 1. Locate your Server Certificate file by opening Microsoft Internet...
Read more >
python - sshtunnel doesn't recognize private key password
I'm using sshtunnel to connect to connect to a remote server and on to a database from there. Everything is working fine, except...
Read more >
Improving the security of your SSH private key files
If you leave the passphrase blank, the key is not encrypted. ... It doesn't matter whether you use a new passphrase for the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found