浏览代码

make sure to match options as the options dict!

master
Robert Fairburn 10 年前
父节点
当前提交
b24101264f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config 查看文件

@@ -150,7 +150,7 @@
{%- for match in sshd_config['matches'].values() %}
Match {{ match['type'].keys()[0] }} {{ match['type'].values()[0] }}
{%- for keyword in match['options'].keys() %}
{{ render_option(keyword, '', config_dict=match['type']) }}
{{ render_option(keyword, '', config_dict=match['options']) }}
{%- endfor %}
{%- endfor %}
{%- endif %}

正在加载...
取消
保存