sequeler
                                
                                 sequeler copied to clipboard
                                
                                    sequeler copied to clipboard
                            
                            
                            
                        Can't use ed25519 to connect through SSH
Can't use ed25519 keys to connect through SSH.
It simply states: "Missing SSH public key!"
Same error here, it either says "missing public key" or "username required" even thought both fields are filled
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.
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.
Hi @Alecaddd, just checking if this is still on the roadmap, as this is a complete blocker for me.
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.