Bladeren bron

Add default setting for ssh known hosts fingerprint hash type

tags/v0.45.0
Sean Molenaar 7 jaren geleden
bovenliggende
commit
3b911cc9cb
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. +6
    -0
      users/init.sls

+ 6
- 0
users/init.sls Bestand weergeven

@@ -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 %}


Laden…
Annuleren
Opslaan