What PostgreSQL admin GUI interface support SSH tunnelling?
Most of the time the access to PostgreSQL is limited to few destination but if you are “mobile” developer or admin you will have a lot of trouble connecting to your DB servers.
I will assume that you can establish SSH connections to the machine and use tunnelling.
Now the question is what GUI tool can use to administer these DB instances – PgAdmin3 does not supports SSL tunnels.
Do not forget to specify, the platform, I am interested more about OS X but Windows and Linux are welcome too.
Tell PgAdmin3 to connect locally and tell that local connection to do a port forward using SSH. Works for OSX.
http://www.ur-ban.com/blog/2010/10/25/ssh-tunnels-with-postgres-pgadmin/
http://www.postgresonline.com/journal/archives/38-PuTTY-for-SSH-Tunneling-to-PostgreSQL-Server.html