=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.59.2.1 retrieving revision 1.60 diff -u -r1.59.2.1 -r1.60 --- src/usr.bin/ssh/servconf.h 2003/09/16 21:20:27 1.59.2.1 +++ src/usr.bin/ssh/servconf.h 2003/05/15 01:48:10 1.60 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.59.2.1 2003/09/16 21:20:27 brad Exp $ */ +/* $OpenBSD: servconf.h,v 1.60 2003/05/15 01:48:10 jakob Exp $ */ /* * Author: Tatu Ylonen @@ -65,6 +65,8 @@ int gateway_ports; /* If true, allow remote connects to forwarded ports. */ SyslogFacility log_facility; /* Facility for system logging. */ LogLevel log_level; /* Level for system logging. */ + int rhosts_authentication; /* If true, permit rhosts + * authentication. */ int rhosts_rsa_authentication; /* If true, permit rhosts RSA * authentication. */ int hostbased_authentication; /* If true, permit ssh2 hostbased auth */ @@ -80,8 +82,9 @@ * /etc/passwd */ int kerberos_ticket_cleanup; /* If true, destroy ticket * file on logout. */ - int gss_authentication; /* If true, permit GSSAPI authentication */ - int gss_cleanup_creds; /* If true, destroy cred cache on logout */ + int kerberos_tgt_passing; /* If true, permit Kerberos TGT + * passing. */ + int afs_token_passing; /* If true, permit AFS token passing. */ int password_authentication; /* If true, permit password * authentication. */ int kbd_interactive_authentication; /* If true, permit */ @@ -109,7 +112,7 @@ int max_startups_rate; int max_startups; char *banner; /* SSH-2 banner message */ - int use_dns; + int verify_reverse_mapping; /* cross-check ip and dns */ int client_alive_interval; /* * poke the client this often to * see if it's still there