=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.21.2.3 retrieving revision 1.21.2.4 diff -u -r1.21.2.3 -r1.21.2.4 --- src/usr.bin/ssh/sshd_config 2001/03/21 19:46:31 1.21.2.3 +++ src/usr.bin/ssh/sshd_config 2001/05/07 21:09:38 1.21.2.4 @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.21.2.3 2001/03/21 19:46:31 jason Exp $ +# $OpenBSD: sshd_config,v 1.21.2.4 2001/05/07 21:09:38 jason Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -23,6 +23,7 @@ X11Forwarding no X11DisplayOffset 10 PrintMotd yes +#PrintLastLog no KeepAlive yes # Logging @@ -34,6 +35,8 @@ # # 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