summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-12-31 11:37:34 +1100
committerDarren Tucker <dtucker@zip.com.au>2003-12-31 11:37:34 +1100
commit22ef5087543839dd14e1591923e669518b5c13e8 (patch)
tree04fbe364bff27e55963a17f5cdce7c7c08da070c /sshd_config
parenta32e19c637cec7b6c4ce779c6b6586c3880de6b2 (diff)
- jakob@cvs.openbsd.org 2003/12/23 16:12:10
[servconf.c servconf.h session.c sshd_config] implement KerberosGetAFSToken server option. ok markus@, beck@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config
index 8dfc772e8..aaa30f4ba 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.66 2003/09/29 20:19:57 markus Exp $ 1# $OpenBSD: sshd_config,v 1.67 2003/12/23 16:12:10 jakob Exp $
2 2
3# This is the sshd server system-wide configuration file. See 3# This is the sshd server system-wide configuration file. See
4# sshd_config(5) for more information. 4# sshd_config(5) for more information.
@@ -61,6 +61,7 @@
61#KerberosAuthentication no 61#KerberosAuthentication no
62#KerberosOrLocalPasswd yes 62#KerberosOrLocalPasswd yes
63#KerberosTicketCleanup yes 63#KerberosTicketCleanup yes
64#KerberosGetAFSToken no
64 65
65# GSSAPI options 66# GSSAPI options
66#GSSAPIAuthentication no 67#GSSAPIAuthentication no