Re: Access PostgreSQL server via SSL/Internet

From: Andrew Selle <aselle(at)upl(dot)cs(dot)wisc(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Access PostgreSQL server via SSL/Internet
Date: 2000-08-26 14:39:37
Message-ID: 20000826093937.A29682@upl.cs.wisc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> It is trivial to connect clients and servers across an ssh-piped
> connection. I'm not sure of the details as far as getting things set up
> to be automated for turnkey installations.
>

OTOH, people using ssh-piped connections need actual accounts on
the database server, opposed to just database accounts. That's
something that isn't necessarily a good idea. Also, ssh-piped
connections are decent to setup, but you must always ssh in before
you want to do anything else.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mario Weilguni 2000-08-26 14:47:02 TNS like service for Postgres / Update
Previous Message Chris 2000-08-26 13:43:34 Re: AW: How Do You Pronounce "PostgreSQL"?