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.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/crypto/dist/ssh/Attic/sshd_config 2002/03/08 02:00:57 1.10 +++ src/crypto/dist/ssh/Attic/sshd_config 2002/03/11 04:57:57 1.11 @@ -1,4 +1,4 @@ -# $NetBSD: sshd_config,v 1.10 2002/03/08 02:00:57 itojun Exp $ +# $NetBSD: sshd_config,v 1.11 2002/03/11 04:57:57 itojun Exp $ # $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $ # This is the sshd server system-wide configuration file. See sshd(8) @@ -15,10 +15,10 @@ #ListenAddress :: # HostKey for protocol version 1 -#HostKey /etc/ssh_host_key +#HostKey /etc/ssh/ssh_host_key # HostKeys for protocol version 2 -#HostKey /etc/ssh_host_rsa_key -#HostKey /etc/ssh_host_dsa_key +#HostKey /etc/ssh/ssh_host_rsa_key +#HostKey /etc/ssh/ssh_host_dsa_key # Lifetime and size of ephemeral version 1 server key #KeyRegenerationInterval 3600 @@ -44,7 +44,7 @@ # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes #IgnoreRootRhosts yes -# For this to work you will also need host keys in /etc/ssh_known_hosts +# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts #RhostsRSAAuthentication no # similar for protocol version 2 #HostbasedAuthentication no