encoded communincation bw Backend and Libpq frontend?

Started by Zsolt Vargaabout 27 years ago2 messages
#1Zsolt Varga
redax@agria.hu

hi!

is there any idea to make crypted communication between the backend and
the frontend ?
If I remember correctly somebody wrote something about this issue before

thanks,
redax

.----------------------------------------------------------.
|Zsolt Varga | tel/fax: +36 36 422811 |
| AgriaComputer LTD | email: redax@agria.hu |
| System Administrator | URL: http://www.agria.hu/ |
`----------------------------------------------------------'

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Zsolt Varga (#1)
Re: [HACKERS] encoded communincation bw Backend and Libpq frontend?

Zsolt Varga <redax@agria.hu> writes:

is there any idea to make crypted communication between the backend and
the frontend ?

I don't think there's any need for us to add that to Postgres. You
should be able to set it up right now using ssh (if you don't have ssh,
see http://www.cs.hut.fi/ssh). Free bonus: ssh can apply data
compression to the link as well.

I've never actually used ssh to forward non-telnet TCP connections,
so I'm not sure exactly what you have to type to set it up. If you
work out the details, would you make a little writeup to be added to
the Postgres documentation? That would save time for other people
in the future.

regards, tom lane