Browse Source

Config: Add support for ECDSA host keys

master
Alan Pearce 10 years ago
parent
commit
73eaef4ea0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openssh/config.sls

+ 1
- 1
openssh/config.sls View File

- watch_in: - watch_in:
- service: openssh - service: openssh


{% for keyType in ['dsa', 'rsa'] %}
{% for keyType in ['ecdsa', 'dsa', 'rsa'] %}
{% if salt['pillar.get']('openssh:provide_' ~ keyType ~ '_keys', False) %} {% if salt['pillar.get']('openssh:provide_' ~ keyType ~ '_keys', False) %}
ssh_host_{{ keyType }}_key: ssh_host_{{ keyType }}_key:
file.managed: file.managed:

Loading…
Cancel
Save