Re: Connect to postgres from a dynamic IP

Поиск
Список
Период
Сортировка
От Jorge Godoy
Тема Re: Connect to postgres from a dynamic IP
Дата
Msg-id 200803030833.29319.jgodoy@gmail.com
обсуждение исходный текст
Ответ на Re: Connect to postgres from a dynamic IP  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: Connect to postgres from a dynamic IP  (paul rivers <rivers.paul@gmail.com>)
Re: Connect to postgres from a dynamic IP  (Andrei Kovalevski <andyk@commandprompt.com>)
Список pgsql-general
Em Monday 03 March 2008 08:08:36 Raymond O'Donnell escreveu:
> On 03/03/2008 11:01, dfx wrote:
> > The question il: Is there a method to avoid to insert the addesses of
> > the clients in the pg_hba.conf and to allow connections from internet
> > with security assured only by username and password?
>
> Yes, that's what people have been explaining: you insert a line
> something like:
>
>    host  [database]   [user]   0.0.0.0/0   md5

But make it "hostssl" instead of "host", to require some cryptography in the
channel used, specially to authenticate the connection.

Opening your access to everyone without crypto sounds like something you don't
want to do.  Specially if users can change their own passwords...


--
Jorge Godoy      <jgodoy@gmail.com>


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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Connect to postgres from a dynamic IP
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: how to auto GRANT custom ACL on a new table?