Re: Access PostgreSQL server via SSL/Internet - Mailing list pgsql-hackers

From Andrew Selle
Subject Re: Access PostgreSQL server via SSL/Internet
Date
Msg-id 20000826093937.A29682@upl.cs.wisc.edu
Whole thread Raw
In response to Re: Access PostgreSQL server via SSL/Internet  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Responses Re: Access PostgreSQL server via SSL/Internet
List 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.



pgsql-hackers by date:

Previous
From: Mario Weilguni
Date:
Subject: TNS like service for Postgres / Update
Next
From: John McKown
Date:
Subject: Re: Access PostgreSQL server via SSL/Internet