Note: machines provided by the CS department are already configured to use Kerberos and AFS, so all you need to do to enable password-less authentication is run kinit. This tutorial tells you how to setup Kerberos on a machine that is not already so configured.
This tutorial assumes the user is running Mac OS X. Presumably the technique described here can be modified to work on other operating systems.
/Library/Preferences/edu.mit.KerberosThe configuration is the same for all computers that need to connect to Stanford machines, so just download this reference copy and move it to the right location.
/var/db/openafs/etc/ThisCellThe entire contents of this file should read:
cs.stanford.edu
/etc/ssh_configAdding the following lines:
# System-wide defaults set by MIT Kerberos Extras Host * GSSAPIAuthentication yes GSSAPIDelegateCredentials yes GSSAPIKeyExchange yes
If you are curious to know which Kerberos tickets you currently have issued, you can use the klist command, or run the Kerberos application located in /System/Library/CoreServices/Kerberos.