Re: public key authentification

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: public key authentification
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C714C@algol.sollentuna.se
обсуждение исходный текст
Ответ на public key authentification  (Enrico Weigelt <weigelt@metux.de>)
Список pgsql-admin
> is there a way to do pubkey authentification (like ssh) with
> postgresql and the psql frontend ?

Not really.

You can use SSH forwarding of the connection, and use the public key
authentication for that one.

Or you can use Kerberos 5 - while not public key authentication, it may
accomplish what you wanted.

You can also request that the client has a client certificate on a SSL
connection, but you cannot map client certificates to user account so
anybody who has a valid client cert by your CA can connect then.

//Magnus

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: cast not IMMUTABLE?
Следующее
От: "Joel Fradkin"
Дата:
Сообщение: Admin tools with the ability to alter a field type?