Re: Remote X viewing of pgaccess - Mailing list pgsql-general

From Lee Harr
Subject Re: Remote X viewing of pgaccess
Date
Msg-id BAY2-F135rzvsTDWWcu00017e35@hotmail.com
Whole thread Raw
List pgsql-general
>I don't have a problem but need to know exactly what is going on:
>
>I am able to ssh into the server running Postgresql then set
>display:0.0 to my machine in order to run and view the pgaccess X app
>on my desktop.
>
>Does this mean that the pgaccess connection is ssh-protected
>(encrypted)?
>


That depends.

pgaccess has 2 connections. It has a connection to your x-server
which is being forwarded through the ssh tunnel. That one is
encrypted.

It also has some kind of connection to the postgresql database
server. That could be by unix domain socket, or it could be via
tcp-ip, and the db server could be on the same system as the
pgaccess client, or it could be on another computer altogether.

In any case, the db connection has nothing to do with your
ssh connection.

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus


pgsql-general by date:

Previous
From: Sean Shanny
Date:
Subject: Problem with sequences on a reload of a pg_dump file
Next
From: Tom Lane
Date:
Subject: Re: Problem with sequences on a reload of a pg_dump file