Browse Source

Config: Add support for ECDSA host keys

tags/v0.41.0
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

@@ -13,7 +13,7 @@ sshd_config:
- watch_in:
- service: openssh

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

Loading…
Cancel
Save