=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.68 retrieving revision 1.68.2.2 diff -u -r1.68 -r1.68.2.2 --- src/usr.bin/ssh/sshd_config 2003/12/29 16:39:50 1.68 +++ src/usr.bin/ssh/sshd_config 2005/03/10 17:15:05 1.68.2.2 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $ +# $OpenBSD: sshd_config,v 1.68.2.2 2005/03/10 17:15:05 brad Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -10,6 +10,7 @@ #Port 22 #Protocol 2,1 +#AddressFamily any #ListenAddress 0.0.0.0 #ListenAddress :: @@ -33,6 +34,7 @@ #LoginGraceTime 2m #PermitRootLogin yes #StrictModes yes +#MaxAuthTries 6 #RSAAuthentication yes #PubkeyAuthentication yes