Re: Thru Proxy

From: "Thomas A(dot) Lowery" <tl-lists(at)stlowery(dot)net>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Thru Proxy
Date: 2002-08-23 12:53:22
Message-ID: 20020823085322.A7796@stllnx1.stlassoc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

What we have to do is ssh into a machine at the office, then use a tunnel over
ssh to forward a port to the database.

Example:
ssh -L5432:dbmachine:5432 username(at)site(dot)com

Then connect using:
psql -h localhost -p 5432 -d dbname -U username

Tom

On Fri, Aug 23, 2002 at 04:46:55PM +0530, Uday wrote:
> How can I connect to a remote PG database from my office theu a proxy in my office.
>
> Regards
> -Uday

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2002-08-23 12:56:19 Re: Long time when opening schema
Previous Message Masse Jacques 2002-08-23 12:52:17 Long time when opening schema