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.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/crypto/dist/ssh/Attic/sshd_config 2001/04/10 08:08:04 1.4 +++ src/crypto/dist/ssh/Attic/sshd_config 2001/05/15 15:26:11 1.5 @@ -1,5 +1,5 @@ -# $NetBSD: sshd_config,v 1.4 2001/04/10 08:08:04 itojun Exp $ # $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $ +# $OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -37,6 +37,8 @@ RhostsAuthentication no # # For this to work you will also need host keys in /etc/ssh_known_hosts RhostsRSAAuthentication no +# similar for protocol version 2 +HostbasedAuthentication no # RSAAuthentication yes