ellie-commons / sequeler

SQL Client built in Vala
GNU General Public License v3.0
804 stars 66 forks source link

Can't use ed25519 to connect through SSH #370

Open Ari-McBrown opened 2 years ago

Ari-McBrown commented 2 years ago

Can't use ed25519 keys to connect through SSH.

It simply states: "Missing SSH public key!"

mijorus commented 2 years ago

Same error here, it either says "missing public key" or "username required" even thought both fields are filled

Alecaddd commented 2 years ago

Thanks for the report. I'm aware of this issue, and I'm experiencing it myself as well :sweat_smile: I'll try to find some times this weekend to fix it and release a new version. Thanks for using Sequeler.

OliverBeckwith commented 2 years ago

Hi @Alecaddd, I am having this issue as well. Are there any updates around this issue? I am really liking this app, and would love to make this my main DB client, but this SSH issue is blocking me from using it properly.

noplanman commented 2 years ago

Hi @Alecaddd, just checking if this is still on the roadmap, as this is a complete blocker for me.

jsoligny commented 1 year ago

Still not implemented. You can use this instead : ssh -L 5432:localhost:5432 your_user@your_server -i ~/.ssh/id_ed25519

It'll make a link between your localhost's port 5432 and your server's port 5432. Then in Sequeler, you remove the ssh tunnel option, you set localhost for the server address, it should work.