postgres tunnelling article - Mailing list pgadmin-support

From Ian Zimmerman
Subject postgres tunnelling article
Date
Msg-id CAP9AG=Dk9BJV4DjF=qQPtjHL9EkVd3Hk9jSCB4s8Oxu2xm53sg@mail.gmail.com
Whole thread Raw
List pgadmin-support
I have just read your post:


The latest versions of OpenSSH provide tunnelling to local sockets: you can have something like
this in your .ssh/config:

Host myserver
LocalForward 9000 /run/supervisor.sock

or the equivalent command line syntax:

ssh -L 9000:/run/supervisor.sock myserver

I have tried to make use of this with pgAdmin, but unsuccessfully: it insists that the remote end looks like a hostname and a port. It's a shame because authentication on the postgres local socket is completely painless, it just uses my uid, but connecting to the TCP port requires a password and blah blah. Do you know if there are plans to add this very convenient feature to pgAdmin?

Ian

pgadmin-support by date:

Previous
From: Ni Ne
Date:
Subject: SQL query that can be used to generate the same output shown in the SQL tab within pgadmin?
Next
From: Dave Page
Date:
Subject: Re: SQL query that can be used to generate the same output shown in the SQL tab within pgadmin?