Re: Secure connections with changing ip addresses?

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Secure connections with changing ip addresses?
Дата
Msg-id 7A7A9AA2-0809-4E5F-B6EE-32CE72D44EB4@pervasive.com
обсуждение исходный текст
Ответ на Secure connections with changing ip addresses?  (gene Campbell <genecampbell8@yahoo.com>)
Ответы Re: Secure connections with changing ip addresses?
Список pgsql-general
On Jul 28, 2006, at 5:47 PM, gene Campbell wrote:
> I have poked around a bit, and am finally resorting to taking up
> some cycles in this list.
> Please forgive me.
>
> I have a pg_hba.conf file that is setup like this
>
> host    db1 user1     222.152.155.194/32            md5
>
> From time to time, my ISP changes my ip address on me.
> At that point, my connection to this DB is denied.
>
> I have to log in (ssh) to my server, edit this file with the new ip
> address, save and restart to get connectivity back.
>
> Is there a way to have a secure connection that can withstand
> changing ip addresses?

Not via an IP address, but you have bigger issues. You're passing all
your info unencrypted over the internet (basically including the
password).

You should really setup SSL. That would also allow you to do
certificate-based authentication.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461



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

Предыдущее
От: gene Campbell
Дата:
Сообщение: Secure connections with changing ip addresses?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Shared buffers