Skip to content

Commit 3d2442f

Browse files
pprkutalxwr
authored andcommitted
fix(sshd_config): remove special newline handling for auth options
1 parent 09fce31 commit 3d2442f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openssh/files/default/sshd_config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@
183183
{#- needs to to a DNS lookup -#}
184184

185185
{# DenyUsers -#}
186-
{{- option_string_or_list('DenyUsers', sep=' ') }}
186+
{{- option_string_or_list('DenyUsers', sep=' ') -}}
187187
{# AllowUsers -#}
188-
{{- option_string_or_list('AllowUsers', sep=' ') }}
188+
{{- option_string_or_list('AllowUsers', sep=' ') -}}
189189
{# DenyGroups -#}
190-
{{- option_string_or_list('DenyGroups', sep=' ') }}
190+
{{- option_string_or_list('DenyGroups', sep=' ') -}}
191191
{# AllowGroups -#}
192-
{{- option_string_or_list('AllowGroups', sep=' ') }}{{ "\n" -}}
192+
{{- option_string_or_list('AllowGroups', sep=' ') -}}
193193

194194

195195
{#- Specifies the available KEX (Key Exchange) algorithms. -#}

0 commit comments

Comments
 (0)