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
>