Re: feature request - automatic SSH tunnels - Mailing list pgadmin-support

From Alexander Yerenkow
Subject Re: feature request - automatic SSH tunnels
Date
Msg-id CAPJF9wkoo1kgkYfkCtmNBi930Bq0krcL+vmkPTr-=eqLbu0ZmQ@mail.gmail.com
Whole thread Raw
In response to feature request - automatic SSH tunnels  (Darren Duncan <darren@darrenduncan.net>)
Responses Re: feature request - automatic SSH tunnels
List pgadmin-support

Darren in whish OS your users are working currently?
And ssh passwords you see them as saved or as entered at each conect?

Regards, Alexander Yerenkow

05.04.2013 21:31 пользователь "Darren Duncan" <darren@darrenduncan.net> написал:
I have a feature request for pgAdmin that would help me and other users a lot, and I don't see it on your roadmap or TODO.

This is to add to Server Registration extra fields for configuring an SSH tunnel so that users can use pgAdmin over an SSH tunnel without having to separately setup the tunnel outside pgAdmin.

For example, currently users have to do something like this on the command-line when they want to use pgAdmin over a tunnel:

  ssh -L 5423:localhost:5432 postgres@mydomain.com

But ideally pgAdmin would set that up the tunnel automatically when you do a Connect.

Even MySQL Workbench has supported this for a few years at least.

How difficult would it be to add this feature, and is there any reason not to?

Would it help if I monetarily sponsored an automatic SSH tunnel feature?

I'm hoping this could make it into 1.18.0 at the latest, if not 1.16.x.

Thank you in advance.

-- Darren Duncan


--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

pgadmin-support by date:

Previous
From: Darren Duncan
Date:
Subject: feature request - automatic SSH tunnels
Next
From: "Belbin, Peter"
Date:
Subject: bug with pgAdmin 1.16.1 create database?