From 3d2442f3c6eb4ebb46fad8f933d2b5b5b3e6d9e3 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 17 Sep 2020 08:42:30 +0200 Subject: [PATCH] fix(sshd_config): remove special newline handling for auth options --- openssh/files/default/sshd_config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -#}