Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit cfc77ad

Browse files
committed
set ssh_gssapi_support by default to false
1 parent 3e3e85b commit cfc77ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ssh_google_auth: false # sshd
7474
ssh_pam_device: false # sshd
7575

7676
# true if SSH support GSSAPI
77-
ssh_gssapi_support: true
77+
ssh_gssapi_support: false
7878

7979
# true if SSH support Kerberos
8080
ssh_kerberos_support: true
@@ -220,4 +220,4 @@ ssh_server_revoked_keys: []
220220

221221
# Set to false to turn the role into a no-op. Useful when using
222222
# the Ansible role dependency mechanism.
223-
ssh_hardening_enabled: true
223+
ssh_hardening_enabled: true

0 commit comments

Comments
 (0)