On 2008-07-29, bodik <[EMAIL PROTECTED]> 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 ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
