Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/dist/ssh/Attic/sshd_config,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- src/crypto/dist/ssh/Attic/sshd_config 2008/06/22 15:42:51 1.31 +++ src/crypto/dist/ssh/Attic/sshd_config 2009/02/16 20:53:55 1.32 @@ -1,5 +1,5 @@ -# $NetBSD: sshd_config,v 1.31 2008/06/22 15:42:51 christos Exp $ -# $OpenBSD: sshd_config,v 1.77 2008/02/08 23:24:07 djm Exp $ +# $NetBSD: sshd_config,v 1.32 2009/02/16 20:53:55 christos Exp $ +# $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -27,7 +27,7 @@ Protocol 2 # Lifetime and size of ephemeral version 1 server key #KeyRegenerationInterval 1h -#ServerKeyBits 768 +#ServerKeyBits 1024 # Logging # obsoletes QuietMode and FascistLogging @@ -41,6 +41,7 @@ LoginGraceTime 600 #PermitRootLogin no #StrictModes yes #MaxAuthTries 6 +#MaxSessions 10 #RSAAuthentication yes #PubkeyAuthentication yes @@ -73,6 +74,7 @@ LoginGraceTime 600 #GSSAPIAuthentication no #GSSAPICleanupCredentials yes +#AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no #X11Forwarding no