I haven't looked at pgadmin in quite some time, didn't know they added ssh
functionality, but the following would work in any case:
ssh -args -L5432:remote_host1:5432 user@remote_host1
ssh -args -L5433:remote_host2:5432 user@remote_host2
configure pgadmin sessions to connect to localhost:5432, an
I am trying to make pgadmin using a ssh tunnel. I do not want to
install a xorg server on production servers just for pgadmin :) ( plus
the fact that I would have to run a pgadmin on every server with a db...
definitely a no-go. )
In more verbose:
I have pgadmin installed on my localhost Debia
Berenger, are you wanting to tunnel the pgadmin connection to the db
servers, or ssh X11 forward a remote pgadmin app to local desktop, or ...?
On Fri, Apr 18, 2014 at 4:33 AM, wrote:
> Hello.
>
> Is it possible to use pgadmin in combination with ssh-agent?
> I have configured ssh-agent and my
Hello.
Is it possible to use pgadmin in combination with ssh-agent?
I have configured ssh-agent and my Xorg session and it works well in
command-line ( a ssh-add on a terminal allows any ssh connection on any
other terminal ) but it seems pgadmin does not look at ssh-agent keys,
which makes ma