diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-29 01:37:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-29 01:37:06 +0000 |
commit | 1b4d71c1bafd91a622893d4d2c1a5bc13d6bcd24 (patch) | |
tree | 8ec303877b84dd0adb195f9ed9f05327ac2fe60a /usr.bin/ssh/sshd_config | |
parent | 1c0977a81e6a876888072b75251f05503b8cd098 (diff) |
show other krb options
Diffstat (limited to 'usr.bin/ssh/sshd_config')
-rw-r--r-- | usr.bin/ssh/sshd_config | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index eb6bab4d1ae..8e098e370ea 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -26,18 +26,24 @@ RhostsRSAAuthentication yes # # 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 + |