summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-04-23 21:04:51 +1000
committerDamien Miller <djm@mindrot.org>2002-04-23 21:04:51 +1000
commitd7de14b6ada79812cf3a1ceb8f921d92d4d180be (patch)
treec8750db01fe0d8b47ad3aafd68165ccd6b523197 /sshd_config
parent635fe98a7f156688fc3182d597c88592823a3d22 (diff)
- markus@cvs.openbsd.org 2002/04/22 16:16:53
[servconf.c sshd.8 sshd_config] do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config5
1 files changed, 2 insertions, 3 deletions
diff --git a/sshd_config b/sshd_config
index a6b148bc9..d55a9e68c 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.50 2002/04/21 16:19:27 stevesk Exp $ 1# $OpenBSD: sshd_config,v 1.51 2002/04/22 16:16:53 markus Exp $
2 2
3# This is the sshd server system-wide configuration file. See sshd(8) 3# This is the sshd server system-wide configuration file. See sshd(8)
4# for more information. 4# for more information.
@@ -60,8 +60,7 @@
60#ChallengeResponseAuthentication yes 60#ChallengeResponseAuthentication yes
61 61
62# Kerberos options 62# Kerberos options
63# KerberosAuthentication automatically enabled if keyfile exists 63#KerberosAuthentication no
64#KerberosAuthentication yes
65#KerberosOrLocalPasswd yes 64#KerberosOrLocalPasswd yes
66#KerberosTicketCleanup yes 65#KerberosTicketCleanup yes
67 66