=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.65 retrieving revision 1.65.2.2 diff -u -r1.65 -r1.65.2.2 --- src/usr.bin/ssh/sshd_config 2003/08/28 12:54:34 1.65 +++ src/usr.bin/ssh/sshd_config 2004/08/19 22:37:33 1.65.2.2 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $ +# $OpenBSD: sshd_config,v 1.65.2.2 2004/08/19 22:37:33 brad Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -33,6 +33,7 @@ #LoginGraceTime 2m #PermitRootLogin yes #StrictModes yes +#MaxAuthTries 6 #RSAAuthentication yes #PubkeyAuthentication yes @@ -59,10 +60,11 @@ #KerberosAuthentication no #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes +#KerberosGetAFSToken no # GSSAPI options #GSSAPIAuthentication no -#GSSAPICleanupCreds yes +#GSSAPICleanupCredentials yes #AllowTcpForwarding yes #GatewayPorts no @@ -71,7 +73,7 @@ #X11UseLocalhost yes #PrintMotd yes #PrintLastLog yes -#KeepAlive yes +#TCPKeepAlive yes #UseLogin no #UsePrivilegeSeparation yes #PermitUserEnvironment no