=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ssh/sshd_config 1999/09/28 17:58:51 1.3 +++ src/usr.bin/ssh/sshd_config 1999/09/28 18:07:22 1.4 @@ -18,7 +18,7 @@ FascistLogging no PrintMotd yes KeepAlive yes -SyslogFacility DAEMON +SyslogFacility AUTH RhostsAuthentication no # # For this to work you will also need host keys in /etc/ssh_known_hosts @@ -37,3 +37,7 @@ # AllowHosts *.our.com friend.other.com # DenyHosts lowsecurity.theirs.com *.evil.org evil.org + +# XXX implement these +#UseLogin no +#CheckMail no