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.3 retrieving revision 1.2.2.2 diff -u -p -r1.1.1.3 -r1.2.2.2 --- src/crypto/dist/ssh/Attic/sshd_config 2001/04/10 07:14:22 1.1.1.3 +++ src/crypto/dist/ssh/Attic/sshd_config 2001/02/26 20:27:14 1.2.2.2 @@ -1,4 +1,5 @@ -# $OpenBSD: sshd_config,v 1.35 2001/03/25 13:16:11 stevesk Exp $ +# $NetBSD: sshd_config,v 1.2.2.2 2001/02/26 20:27:14 he Exp $ +# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -8,8 +9,8 @@ Port 22 #ListenAddress 0.0.0.0 #ListenAddress :: HostKey /etc/ssh_host_key -HostKey /etc/ssh_host_rsa_key HostKey /etc/ssh_host_dsa_key +#HostKey /etc/ssh_host_rsa_key ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 @@ -17,13 +18,13 @@ PermitRootLogin yes # # Don't read ~/.rhosts and ~/.shosts files IgnoreRhosts yes +IgnoreRootRhosts yes # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication #IgnoreUserKnownHosts yes StrictModes yes X11Forwarding no X11DisplayOffset 10 PrintMotd yes -#PrintLastLog no KeepAlive yes # Logging