Saltstack Official OpenSSH Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

21 lines
547B

  1. openssh:
  2. sshd_enable: True
  3. sshd_config: /etc/ssh/sshd_config
  4. sshd_config_src: salt://openssh/files/sshd_config
  5. ssh_config: /etc/ssh/ssh_config
  6. ssh_config_src: salt://openssh/files/ssh_config
  7. banner: /etc/ssh/banner
  8. banner_src: salt://openssh/files/banner
  9. ssh_known_hosts: /etc/ssh/ssh_known_hosts
  10. dig_pkg: dnsutils
  11. ssh_moduli: /etc/ssh/moduli
  12. root_group: root
  13. sshd_config: {}
  14. ssh_config:
  15. Hosts:
  16. '*':
  17. SendEnv: LANG LC_*
  18. HashKnownHosts: yes
  19. GSSAPIAuthentication: yes
  20. GSSAPIDelegateCredentials: no