We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fce31 commit 3d2442fCopy full SHA for 3d2442f
openssh/files/default/sshd_config
@@ -183,13 +183,13 @@
183
{#- needs to to a DNS lookup -#}
184
185
{# DenyUsers -#}
186
-{{- option_string_or_list('DenyUsers', sep=' ') }}
+{{- option_string_or_list('DenyUsers', sep=' ') -}}
187
{# AllowUsers -#}
188
-{{- option_string_or_list('AllowUsers', sep=' ') }}
+{{- option_string_or_list('AllowUsers', sep=' ') -}}
189
{# DenyGroups -#}
190
-{{- option_string_or_list('DenyGroups', sep=' ') }}
+{{- option_string_or_list('DenyGroups', sep=' ') -}}
191
{# AllowGroups -#}
192
-{{- option_string_or_list('AllowGroups', sep=' ') }}{{ "\n" -}}
+{{- option_string_or_list('AllowGroups', sep=' ') -}}
193
194
195
{#- Specifies the available KEX (Key Exchange) algorithms. -#}
0 commit comments