0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-27 18:47:49 +01:00

fix(sshd_config): remove special newline handling for auth options

This commit is contained in:
Heinz Wiesinger 2020-09-17 08:42:30 +02:00 committed by alxwr
parent 09fce3143b
commit 3d2442f3c6

View File

@ -183,13 +183,13 @@
{#- needs to to a DNS lookup -#} {#- needs to to a DNS lookup -#}
{# DenyUsers -#} {# DenyUsers -#}
{{- option_string_or_list('DenyUsers', sep=' ') }} {{- option_string_or_list('DenyUsers', sep=' ') -}}
{# AllowUsers -#} {# AllowUsers -#}
{{- option_string_or_list('AllowUsers', sep=' ') }} {{- option_string_or_list('AllowUsers', sep=' ') -}}
{# DenyGroups -#} {# DenyGroups -#}
{{- option_string_or_list('DenyGroups', sep=' ') }} {{- option_string_or_list('DenyGroups', sep=' ') -}}
{# AllowGroups -#} {# AllowGroups -#}
{{- option_string_or_list('AllowGroups', sep=' ') }}{{ "\n" -}} {{- option_string_or_list('AllowGroups', sep=' ') -}}
{#- Specifies the available KEX (Key Exchange) algorithms. -#} {#- Specifies the available KEX (Key Exchange) algorithms. -#}