Browse Source

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

pull/211/head
Heinz Wiesinger 4 years ago
parent
commit
3d2442f3c6
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      openssh/files/default/sshd_config

+ 4
- 4
openssh/files/default/sshd_config View File

{#- 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. -#}

Loading…
Cancel
Save