George <[email protected]> writes: > Aug 14 01:58:15 ubuntu32 sshd[15831]: pam_krb5(sshd:auth): (user > testuser) krb5_get_init_creds_password: Clock skew too great
Check the client system clock? Kerberos uses timestamps fairly heavily as part of its protocol, and if the time on the server and the client differs by too much, everything stops working. In general, you probably want to be running ntpd or some equivalent on any host that's involved in Kerberos. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
