diff options
author | mh <mh@immerda.ch> | 2009-04-03 18:19:28 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 16:03:52 -0500 |
commit | 57eae8bc845318eb89c48acef3ca13468689a875 (patch) | |
tree | 8e015b608a5a3340f4f29a59d1d6735b3a96dfcd /templates | |
parent | 62ba8525f1b0176d1b8fc7ecf2f1322cd68eacba (diff) | |
download | puppet-sshd-57eae8bc845318eb89c48acef3ca13468689a875.tar.gz puppet-sshd-57eae8bc845318eb89c48acef3ca13468689a875.tar.bz2 |
disable gssapi
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sshd_config/CentOS.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/sshd_config/CentOS.erb b/templates/sshd_config/CentOS.erb index 27880cb..1e060cb 100644 --- a/templates/sshd_config/CentOS.erb +++ b/templates/sshd_config/CentOS.erb @@ -128,9 +128,7 @@ ChallengeResponseAuthentication no # GSSAPI options #GSSAPIAuthentication no -GSSAPIAuthentication yes #GSSAPICleanupCredentials yes -GSSAPICleanupCredentials yes # Set this to 'yes' to enable PAM authentication, account processing, # and session processing. If this is enabled, PAM authentication will |