summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-02 16:20:54 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-02 16:20:54 +1000
commita49d36e7b9727edf472750a249dd7655ae1594fd (patch)
treec2a58a53ed659570114cea58e2a400df6b3ccf5e /sshd_config
parent6177695c0b4e5cc3fbcbcbf6d041781465bc4680 (diff)
- markus@cvs.openbsd.org 2003/09/29 20:19:57
[servconf.c sshd_config] GSSAPICleanupCreds -> GSSAPICleanupCredentials
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index af0dec09f..5e026a609 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $ 1# $OpenBSD: sshd_config,v 1.66 2003/09/29 20:19:57 markus 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.
@@ -64,7 +64,7 @@
64 64
65# GSSAPI options 65# GSSAPI options
66#GSSAPIAuthentication no 66#GSSAPIAuthentication no
67#GSSAPICleanupCreds yes 67#GSSAPICleanupCredentials yes
68 68
69# Set this to 'yes' to enable PAM authentication (via challenge-response) 69# Set this to 'yes' to enable PAM authentication (via challenge-response)
70# and session processing. Depending on your PAM configuration, this may 70# and session processing. Depending on your PAM configuration, this may