Re: remote connection, web hosting, IP adress

From: "A(dot) Kretschmer" <akretschmer(at)despammed(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: remote connection, web hosting, IP adress
Date: 2005-09-05 16:15:05
Message-ID: 20050905161505.GA15746@webserv.wug-glas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am 05.09.2005, um 15:49:23 +0200 mailte Zlatko Mati? folgendes:
> How can I connect to remote server from a remote personal computer
> without its own IP adress ?

You can connect to the remote server via ssh. Then you are a local user.
SSH is a highly secure protocol, i suggest, use ssh with PublicKey-AUTH.
If you connect to the server, than you can use 'psql -h localhost'.

Regards, Andreas
--
Andreas Kretschmer (Kontakt: siehe Header)
Heynitz: 035242/47212, D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
=== Schollglas Unternehmensgruppe ===

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2005-09-05 16:48:24 Re: remote connection, web hosting, IP adress
Previous Message Chris Browne 2005-09-05 15:54:54 Re: Embed PostgreSQL in application