Переглянути джерело

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

pull/211/head
Heinz Wiesinger 4 роки тому
джерело
коміт
3d2442f3c6
1 змінених файлів з 4 додано та 4 видалено
  1. +4
    -4
      openssh/files/default/sshd_config

+ 4
- 4
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. -#}

Завантаження…
Відмінити
Зберегти