Re: [pgadmin-support] Administer postgres from PGAdmin on remote mac using ssh tunnel

2012-11-29 Thread Guillaume Lelarge
On Fri, 2012-11-16 at 14:32 -0800, aidan wrote: > I've got PostgreSQL installed on a Ubuntu server and I'm trying to connect to > that server using PGAdmin on a remote macbook. > > I've created an ssh tunnel - > > macbook:~postgres$ ssh -L 5423:localhost:5432 postg...@mydomain.com > And I can con

[pgadmin-support] Administer postgres from PGAdmin on remote mac using ssh tunnel

2012-11-19 Thread aidan
I've got PostgreSQL installed on a Ubuntu server and I'm trying to connect to that server using PGAdmin on a remote macbook. I've created an ssh tunnel - macbook:~postgres$ ssh -L 5423:localhost:5432 postg...@mydomain.com And I can connect using psql on the macbook as expected - macbook:~ me$ ps