We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c8e6a commit 64713ceCopy full SHA for 64713ce
roles/ssh_hardening/defaults/main.yml
@@ -91,9 +91,12 @@ ssh_use_pam: true # sshd
91
# specify AuthenticationMethods
92
sshd_authenticationmethods: 'publickey'
93
94
-# true if SSH support GSSAPI
+# Set to true to enable GSSAPI authentication (both client and server)
95
ssh_gssapi_support: false
96
97
+# Set to true to enable GSSAPI credential forwarding
98
+ssh_gssapi_delegation: false
99
+
100
# if specified, login is disallowed for user names that match one of the patterns.
101
ssh_deny_users: '' # sshd
102
0 commit comments