=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.49.2.5 retrieving revision 1.50 diff -u -r1.49.2.5 -r1.50 --- src/usr.bin/ssh/sshd_config 2002/10/11 14:51:53 1.49.2.5 +++ src/usr.bin/ssh/sshd_config 2002/04/21 16:19:27 1.50 @@ -1,7 +1,7 @@ -# $OpenBSD: sshd_config,v 1.49.2.5 2002/10/11 14:51:53 miod Exp $ +# $OpenBSD: sshd_config,v 1.50 2002/04/21 16:19:27 stevesk Exp $ -# This is the sshd server system-wide configuration file. See -# sshd_config(5) for more information. +# This is the sshd server system-wide configuration file. See sshd(8) +# for more information. # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where @@ -30,7 +30,7 @@ # Authentication: -#LoginGraceTime 120 +#LoginGraceTime 600 #PermitRootLogin yes #StrictModes yes @@ -58,7 +58,8 @@ #ChallengeResponseAuthentication yes # Kerberos options -#KerberosAuthentication no +# KerberosAuthentication automatically enabled if keyfile exists +#KerberosAuthentication yes #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes @@ -74,9 +75,7 @@ #PrintLastLog yes #KeepAlive yes #UseLogin no -#UsePrivilegeSeparation yes -#PermitUserEnvironment no -#Compression yes +#UsePrivilegeSeparation no #MaxStartups 10 # no default banner path