Skip to content

Commit 64713ce

Browse files
committed
add default for new variable
Signed-off-by: Martin Schurz <[email protected]>
1 parent 54c8e6a commit 64713ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roles/ssh_hardening/defaults/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ ssh_use_pam: true # sshd
9191
# specify AuthenticationMethods
9292
sshd_authenticationmethods: 'publickey'
9393

94-
# true if SSH support GSSAPI
94+
# Set to true to enable GSSAPI authentication (both client and server)
9595
ssh_gssapi_support: false
9696

97+
# Set to true to enable GSSAPI credential forwarding
98+
ssh_gssapi_delegation: false
99+
97100
# if specified, login is disallowed for user names that match one of the patterns.
98101
ssh_deny_users: '' # sshd
99102

0 commit comments

Comments
 (0)