=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.59.4.1 retrieving revision 1.59.4.2 diff -u -r1.59.4.1 -r1.59.4.2 --- src/usr.bin/ssh/servconf.h 2003/09/16 20:50:43 1.59.4.1 +++ src/usr.bin/ssh/servconf.h 2004/03/04 18:18:16 1.59.4.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.59.4.1 2003/09/16 20:50:43 brad Exp $ */ +/* $OpenBSD: servconf.h,v 1.59.4.2 2004/03/04 18:18:16 brad Exp $ */ /* * Author: Tatu Ylonen @@ -58,7 +58,7 @@ int x11_use_localhost; /* If true, use localhost for fake X11 server. */ char *xauth_location; /* Location of xauth program */ int strict_modes; /* If true, require string home dir modes. */ - int keepalives; /* If true, set SO_KEEPALIVE. */ + int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ char *ciphers; /* Supported SSH2 ciphers. */ char *macs; /* Supported SSH2 macs. */ int protocol; /* Supported protocol versions. */ @@ -80,6 +80,8 @@ * /etc/passwd */ int kerberos_ticket_cleanup; /* If true, destroy ticket * file on logout. */ + int kerberos_get_afs_token; /* If true, try to get AFS token if + * authenticated with Kerberos. */ int gss_authentication; /* If true, permit GSSAPI authentication */ int gss_cleanup_creds; /* If true, destroy cred cache on logout */ int password_authentication; /* If true, permit password