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.1.1.17 retrieving revision 1.1.1.18 diff -u -p -r1.1.1.17 -r1.1.1.18 --- src/crypto/dist/ssh/Attic/sshd_config 2008/04/06 21:18:37 1.1.1.17 +++ src/crypto/dist/ssh/Attic/sshd_config 2009/02/16 17:14:50 1.1.1.18 @@ -1,5 +1,4 @@ -# $NetBSD: sshd_config,v 1.1.1.17 2008/04/06 21:18:37 christos Exp $ -# $OpenBSD: sshd_config,v 1.77 2008/02/08 23:24:07 djm 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 +26,7 @@ Protocol 2 # Lifetime and size of ephemeral version 1 server key #KeyRegenerationInterval 1h -#ServerKeyBits 768 +#ServerKeyBits 1024 # Logging # obsoletes QuietMode and FascistLogging @@ -40,6 +39,7 @@ Protocol 2 #PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 +#MaxSessions 10 #RSAAuthentication yes #PubkeyAuthentication yes @@ -72,6 +72,7 @@ Protocol 2 #GSSAPIAuthentication no #GSSAPICleanupCredentials yes +#AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no #X11Forwarding no