Browse Source

Sort Match options

master
Alexander Weidinger 7 years ago
parent
commit
e44d8860f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config View File

@@ -242,7 +242,7 @@ Match
{{- ' ' }}{{criteria }} {{ join_to_string(match['type'], criteria) -}}
{%- endfor %} #{{ name }}
{#- Set up the applied options -#}
{%- for keyword in match['options'].keys() %}
{%- for keyword in match['options'].keys()|sort() %}
{{ render_option(keyword, '', config_dict=match['options']) }}
{%- endfor %}
{%- endfor %}

Loading…
Cancel
Save