Discussion:
Minimal required to run psql on remote machine
(too old to reply)
Mike Bell
2004-08-09 15:17:26 UTC
Permalink
Hi,

I'd like to run psql on a remote machine. For security, there won't be
login access granted for ssh sessions but we'd like to test various SPs
and so forth. What is the minimum I have to install on to the remote
machine so that I can connect with psql -h remote ?

Cheers

Mike



---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
Bruno Wolff III
2004-08-11 23:28:59 UTC
Permalink
On Mon, Aug 09, 2004 at 16:17:26 +0100,
Post by Mike Bell
Hi,
I'd like to run psql on a remote machine. For security, there won't be
login access granted for ssh sessions but we'd like to test various SPs
and so forth. What is the minimum I have to install on to the remote
machine so that I can connect with psql -h remote ?
The base postgres install should allow this. You just need to make sure
your packet filter and pg_hba.conf allow connections from the particular
hosts you want to allow access from.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Loading...