Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use ed25519 to connect through SSH #370

Open
Ari-McBrown opened this issue Dec 5, 2021 · 5 comments
Open

Can't use ed25519 to connect through SSH #370

Ari-McBrown opened this issue Dec 5, 2021 · 5 comments

Comments

@Ari-McBrown
Copy link

Can't use ed25519 keys to connect through SSH.

It simply states: "Missing SSH public key!"

@mijorus
Copy link

mijorus commented Dec 20, 2021

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

@Alecaddd
Copy link
Owner

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

@OliverBeckwith
Copy link
Contributor

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
Copy link

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

@jsoligny
Copy link

jsoligny commented Jul 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants