| From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
|---|---|
| To: | <weigelt(at)metux(dot)de>, "pgsql-admin" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: public key authentification |
| Date: | 2005-03-24 13:44:17 |
| Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE6C714C@algol.sollentuna.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joel Fradkin | 2005-03-24 14:43:29 | Admin tools with the ability to alter a field type? |
| Previous Message | Alvaro Herrera | 2005-03-24 13:38:22 | Re: cast not IMMUTABLE? |