Skip to content

Unable to connect to a remote PG server with an SSH tunnel since version 9.9. FROM dpage/pgadmin4 Docker image #9266

@swiss-knight

Description

@swiss-knight

Bug description

Since verson 9.9 of pgadmin4 I can no more login to any remote PG server using the SSH tunnel (it is perfectly working in version 9.8).

Indeed, it doesn't ask for the SSH passphrase anymore when I try to connect to a remote database. Instead, it directly ask for the postgres user password, and then it naturally fails with this error message: "No password or public key available"

Image

Expected behavior

It should actually:

  1. ask for the SSH key passphrase, and then
  2. open the connection to the remote PG database.

Error message

"No password or public key available"

Desktop (please complete the following information):

  • OS: Host : Ubuntu 22.04 / Docker container : "Alpine Linux v3.22"
  • pgAdmin version: 9.9
  • Mode: web app (Dockerized)
  • Browser (if running in server mode): Firefox, latest /144.0 at the time of writing)
  • Package type: Docker container: FROM dpage/pgadmin4:9.9

Additional context

Server connection parameters:

Image Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions