sequeler icon indicating copy to clipboard operation
sequeler copied to clipboard

Can't use ed25519 to connect through SSH

Open AriMcBrown opened this issue 3 years ago • 6 comments

Can't use ed25519 keys to connect through SSH.

It simply states: "Missing SSH public key!"

AriMcBrown avatar Dec 05 '21 23:12 AriMcBrown

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

mijorus avatar Dec 20 '21 13:12 mijorus

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.

Alecaddd avatar Dec 20 '21 17:12 Alecaddd

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.

OliverBeckwith avatar Mar 18 '22 13:03 OliverBeckwith

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

noplanman avatar Jul 31 '22 08:07 noplanman

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.

jsoligny avatar Jul 04 '23 12:07 jsoligny