Re: [pgadmin-support] using ssh-agent

2014-04-18 Thread Rick Dicaire
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

Re: [pgadmin-support] using ssh-agent

2014-04-18 Thread berenger . morel
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

Re: [pgadmin-support] using ssh-agent

2014-04-18 Thread Rick Dicaire
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

[pgadmin-support] using ssh-agent

2014-04-18 Thread berenger . morel
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