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

Commit 3e3e85b

Browse files
committed
set 'GSSAPIAuthentication yes' if variable 'ssh_gssapi_support' is set to 'true'
Signed-off-by: szEvEz <szivos.john@gmail.com>
1 parent 96053b7 commit 3e3e85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/opensshd.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ KerberosTicketCleanup yes
121121

122122
{% if ssh_gssapi_support -%}
123123
# Only enable GSSAPI authentication if it is configured.
124-
GSSAPIAuthentication no
124+
GSSAPIAuthentication yes
125125
GSSAPICleanupCredentials yes
126126
{% endif %}
127127

0 commit comments

Comments
 (0)