瀏覽代碼

Add default setting for ssh known hosts fingerprint hash type

master^2
Sean Molenaar 7 年之前
父節點
當前提交
3b911cc9cb
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      users/init.sls

+ 6
- 0
users/init.sls 查看文件

@@ -378,6 +378,12 @@ users_ssh_known_hosts_{{ name }}_{{ loop.index0 }}:
{% if 'hash_known_hosts' in host %}
- hash_known_hosts: {{ host['hash_known_hosts'] }}
{% endif -%}
{% if 'timeout' in host %}
- timeout: {{ host['timeout'] }}
{% endif -%}
{% if 'fingerprint_hash_type' in host %}
- fingerprint_hash_type: {{ host['fingerprint_hash_type'] }}
{% endif -%}
{% endfor %}
{% endif %}


Loading…
取消
儲存