From: | Colin McCormack <colin(at)field(dot)medicine(dot)adelaide(dot)edu(dot)au> |
---|---|
To: | Nigel Tamplin <adt09(at)dial(dot)pipex(dot)com> |
Cc: | pgsql-interfaces(at)postgreSQL(dot)org |
Subject: | Re: [INTERFACES] Secure or encrypted way to connect to Postgres? |
Date: | 1999-06-16 00:14:41 |
Message-ID: | 199906160014.UAA39517@hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
I was thinking about this, and found an innovative potential solution in
fetchmail (of all places.)
sshd will redirect connections. fetchmail has a facility permitting it to
connect to sshd on the remote machine, then redirect that connection to the
POP or IMAP port on that machine. So you have to be able to ssh in, and then
your connection en clar only travels on the server machine.
You also get gzip compression of the stream for free (with ssh.)
I think the openSSL people have some similar kinds of facilities, called
ssltunnel or something.
I recommend you consider this kind of approach, as it's minimally
interventionist, uses existing code, and very strong crypto.
Colin
> Is it possible to connect to Postgres via a secure or encrypted session
> of some kind?
>
> If so what interfaces support it, JDBC? libpq? ...
>
> I want to access a db on a remote machine and don't want people snooping
> the network traffic.
>
> Thanks,
>
> Nigel
> email:
> adt09(at)dial(dot)pipex(dot)com
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff MacDonald | 1999-06-16 03:53:42 | Re: [INTERFACES] odbc and 6.5? |
Previous Message | Nigel Tamplin | 1999-06-15 22:42:52 | Secure or encrypted way to connect to Postgres? |