=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.42.2.1 retrieving revision 1.42.2.2 diff -u -r1.42.2.1 -r1.42.2.2 --- src/usr.bin/ssh/sshd_config 2002/03/07 17:37:48 1.42.2.1 +++ src/usr.bin/ssh/sshd_config 2002/03/08 15:17:18 1.42.2.2 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.42.2.1 2002/03/07 17:37:48 jason Exp $ +# $OpenBSD: sshd_config,v 1.42.2.2 2002/03/08 15:17:18 brad Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -14,10 +14,10 @@ #ListenAddress :: # HostKey for protocol version 1 -#HostKey /etc/ssh/ssh_host_key +#HostKey /etc/ssh_host_key # HostKeys for protocol version 2 -#HostKey /etc/ssh/ssh_host_rsa_key -#HostKey /etc/ssh/ssh_host_dsa_key +#HostKey /etc/ssh_host_rsa_key +#HostKey /etc/ssh_host_dsa_key # Lifetime and size of ephemeral version 1 server key #KeyRegenerationInterval 3600 @@ -42,7 +42,7 @@ #RhostsAuthentication no # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes -# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts +# For this to work you will also need host keys in /etc/ssh_known_hosts #RhostsRSAAuthentication no # similar for protocol version 2 #HostbasedAuthentication no