Re: pgAccess via ssh? - Mailing list pgsql-novice

From Mike
Subject Re: pgAccess via ssh?
Date
Msg-id 8ca42282040902082424470295@mail.gmail.com
Whole thread Raw
In response to Re: pgAccess via ssh?  (Oliver Fromme <olli@lurza.secnetix.de>)
List 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
>

pgsql-novice by date:

Previous
From: Tim Pushor
Date:
Subject: OT: Was Re: pgAccess via ssh?
Next
From: Mike
Date:
Subject: Re: pgAccess via ssh?