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.1.1.4 diff -u -p -r1.1.1.3 -r1.1.1.4 --- 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/05/15 15:02:40 1.1.1.4 @@ -1,4 +1,5 @@ -# $OpenBSD: sshd_config,v 1.35 2001/03/25 13:16:11 stevesk Exp $ +# $NetBSD: sshd_config,v 1.1.1.4 2001/05/15 15:02:40 itojun 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. @@ -35,6 +36,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