Re: Pgadmin + ssl (was ssh)

Поиск
Список
Период
Сортировка
От Jean-Michel Pouré
Тема Re: Pgadmin + ssl (was ssh)
Дата
Msg-id 1251385149.14076.5.camel@acer
обсуждение исходный текст
Ответ на Pgadmin + ssh  (Master ProPG <masterpropg@gmail.com>)
Список pgadmin-hackers
Le jeudi 27 août 2009 à 11:47 -0300, Master ProPG a écrit :
> anyone knows if there is a way to connect directly
> from pgadmin using tunneling without use a shell interface + ssh?

Please send your question to PostgreSQL users.

You can use PostgreSQL and pgAdmin3 with direct SSL connection.

pg_hba.conf:
hostssl all         username     0.0.0.0/0              md5
I restrict to some IP and set firewalling on.

postgresql.conf:
ssl = true

pgAdmin3
configure a connection with "require SSL"

In case of further question, register postgresql users.

Kind regards,
Jean-Michel

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Master ProPG
Дата:
Сообщение: Pgadmin + ssh
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Pgadmin + ssh