sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.59k stars 724 forks source link

ssh: unsupported key type "ENCRYPTED PRIVATE KEY" #739

Open azan-n opened 4 months ago

azan-n commented 4 months ago

I use pgweb mostly for local databases. I wanted to try connecting to a database using SSH but I got the following error:

Screenshot 2024-05-28 at 9 50 38 AM

I could not find the specific error message in the codebase so I figured it had to originate from the library handling ssh. I'm not well-versed with go but I found a related issue on StackOverflow.