Re: pgAccess via ssh?

From: Mike <1100100(at)gmail(dot)com>
To: Oliver Fromme <olli(at)lurza(dot)secnetix(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: pgAccess via ssh?
Date: 2004-09-02 15:24:18
Message-ID: 8ca42282040902082424470295@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Oliver,

Thanks so much for your reply.
I appreciate the guidance.

I'm on my way to OpenSSH right now.

Take care,

Mike

>
> Yes, it is possible. The SSH protocol supports tunneling
> of TCP connections. As far as I know, putty does not
> support that feature, but OpenSSH does. As it seems you
> have a Windows machine (not UNIX or Linux), the easiest
> option is probably to install Cygwin which comes with
> OpenSSH.
>
> The follwoing command will establish such a tunnel:
> ssh -L 5432:127.0.0.1:5432 your.host.com
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mike 2004-09-02 15:28:46 Re: pgAccess via ssh?
Previous Message Tim Pushor 2004-09-02 15:07:05 OT: Was Re: pgAccess via ssh?