=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd_config,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ssh/sshd_config 1999/09/28 19:59:06 1.5 +++ src/usr.bin/ssh/sshd_config 1999/09/29 01:37:05 1.6 @@ -26,18 +26,24 @@ # # Changed RSAAuthentication to no/bg RSAAuthentication no -# -# To enable tunneled clear text passwords, change to yes here! + +# To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords no + +# To change Kerberos options +#KerberosAuthentication no #KerberosOrLocalPasswd yes +#AFSTokenPassing no +#KerberosTicketCleanup no # Kerberos TGT Passing does only work with the AFS kaserver #KerberosTgtPassing yes -# AllowHosts *.our.com friend.other.com -# DenyHosts lowsecurity.theirs.com *.evil.org evil.org - # XXX implement these #UseLogin no #CheckMail no + +# AllowHosts *.our.com friend.other.com +# DenyHosts lowsecurity.theirs.com *.evil.org evil.org +