Re: Remote X viewing of pgaccess

Поиск
Список
Период
Сортировка
От Lee Harr
Тема Re: Remote X viewing of pgaccess
Дата
Msg-id BAY2-F135rzvsTDWWcu00017e35@hotmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Sean Shanny
Дата:
Сообщение: Problem with sequences on a reload of a pg_dump file
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with sequences on a reload of a pg_dump file