Explorar el Código

Config: Add support for ECDSA host keys

tags/v0.41.0
Alan Pearce hace 10 años
padre
commit
73eaef4ea0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      openssh/config.sls

+ 1
- 1
openssh/config.sls Ver fichero

@@ -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:

Cargando…
Cancelar
Guardar