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
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