SSH configuration

Seb seb at foo.com
Tue Jul 29 11:50:09 EDT 2008


On 2008-07-29, bodik <bodik at civ.zcu.cz> wrote:
> *  sshd_config
> KerberosAuthentication yes
> KerberosOrLocalPasswd yes
> KerberosTicketCleanup yes

that's for Kerberos 4; for version 5 you need:

  GSSAPIAuthentication yes
  GSSAPICleanupCredentials yes

Cheers,

--Seb



More information about the Kerberos mailing list