-
Notifications
You must be signed in to change notification settings - Fork 662
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
ssh tunnel with identity file doesn't work on arm #8135
Labels
Comments
I tried it with the latest pgAdmin (v 8.13) & one version back (v 8.12) -- neither worked. |
Hi @Beth1708, I am not able to reproduce the issue (Attached screenshot of my conf). From the error, it seems you have not passed the PostgreSQL server password. Could you let me know if you are providing the server password while registering it? |
No response from author, hence closing the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to set up pgAdmin to connect to a remote server with an identity file on a M1 Max macbook pro
I have the connection working on an intel mac. I replicated the setup to the M1 mac, but when I hit save, I get an error message that says:
Unable to connect to server: connection failed: connection to server at "127.0.0.1", port 61435 failed: fe_sendauth: no password supplied.
On the intel mac, pgAdmin prompts me for the password, but it doesn't on the M1 mac.
I tried it with a key pair that doesn't have a password & it still doesn't work.
The expected behavior is that it will set up the remote server in the server group & I'll be able to see & work with the databases in the remote server (as I can on the intel macbood).
Here's a pic of the error message:
System:
MacBook Pro (2021), Apple M1 Max chip, Sequoia 15.1
The text was updated successfully, but these errors were encountered: