What's required for this? Is it just a working sshd on the linux side and
ssh client on windows? (Could you give an example of the magic command
that will make it all work? ;)
-Cedar
On Mon, 7 May 2001, Tom Lane wrote:
> "Rony Khoury" <rkrk@hotmail.com> writes:
> > I read in the mailling list archive something about the possibility of using
> > SSL to do transactions through an encrypted tunel.
> > Did any one manage to do that?
>
> I do not think ODBC has any support for SSL (though I might be wrong).
> However, if you can set up an SSH tunnel then you can pass the Postgres
> connection through that, without any special cooperation from either
> the ODBC or Postgres server side.
>
> regards, tom lane