From 2a6e8a5e256467933a2102d9de9fe5ddc14f85bc Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 27 Oct 2016 18:53:00 +0000 Subject: [PATCH] Revert "Enable GSSAPI for ssh" This reverts commit b4f1088938888893d7feae60884952b6892204c8. --- roles/base/files/ssh/sshd_config.default | 4 ++-- roles/base/files/ssh/sshd_config.el6 | 4 ++-- roles/base/files/ssh/sshd_config.pkgs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/base/files/ssh/sshd_config.default b/roles/base/files/ssh/sshd_config.default index 51f2b529bb..996c262579 100644 --- a/roles/base/files/ssh/sshd_config.default +++ b/roles/base/files/ssh/sshd_config.default @@ -71,9 +71,9 @@ ChallengeResponseAuthentication no # GSSAPI options #GSSAPIAuthentication no -GSSAPIAuthentication yes +GSSAPIAuthentication no #GSSAPICleanupCredentials yes -GSSAPICleanupCredentials yes +GSSAPICleanupCredentials no # Set this to 'yes' to enable PAM authentication, account processing, # and session processing. If this is enabled, PAM authentication will diff --git a/roles/base/files/ssh/sshd_config.el6 b/roles/base/files/ssh/sshd_config.el6 index 51f2b529bb..996c262579 100644 --- a/roles/base/files/ssh/sshd_config.el6 +++ b/roles/base/files/ssh/sshd_config.el6 @@ -71,9 +71,9 @@ ChallengeResponseAuthentication no # GSSAPI options #GSSAPIAuthentication no -GSSAPIAuthentication yes +GSSAPIAuthentication no #GSSAPICleanupCredentials yes -GSSAPICleanupCredentials yes +GSSAPICleanupCredentials no # Set this to 'yes' to enable PAM authentication, account processing, # and session processing. If this is enabled, PAM authentication will diff --git a/roles/base/files/ssh/sshd_config.pkgs b/roles/base/files/ssh/sshd_config.pkgs index 339c8017ba..7fddcd6ffd 100644 --- a/roles/base/files/ssh/sshd_config.pkgs +++ b/roles/base/files/ssh/sshd_config.pkgs @@ -71,9 +71,9 @@ ChallengeResponseAuthentication no # GSSAPI options #GSSAPIAuthentication no -GSSAPIAuthentication yes +GSSAPIAuthentication no #GSSAPICleanupCredentials yes -GSSAPICleanupCredentials yes +GSSAPICleanupCredentials no # Set this to 'yes' to enable PAM authentication, account processing, # and session processing. If this is enabled, PAM authentication will