diff --git a/openssh/files/default/sshd_config b/openssh/files/default/sshd_config index a6f5ac1e..9def98ec 100644 --- a/openssh/files/default/sshd_config +++ b/openssh/files/default/sshd_config @@ -183,13 +183,13 @@ {#- needs to to a DNS lookup -#} {# DenyUsers -#} -{{- option_string_or_list('DenyUsers', sep=' ') }} +{{- option_string_or_list('DenyUsers', sep=' ') -}} {# AllowUsers -#} -{{- option_string_or_list('AllowUsers', sep=' ') }} +{{- option_string_or_list('AllowUsers', sep=' ') -}} {# DenyGroups -#} -{{- option_string_or_list('DenyGroups', sep=' ') }} +{{- option_string_or_list('DenyGroups', sep=' ') -}} {# AllowGroups -#} -{{- option_string_or_list('AllowGroups', sep=' ') }}{{ "\n" -}} +{{- option_string_or_list('AllowGroups', sep=' ') -}} {#- Specifies the available KEX (Key Exchange) algorithms. -#}