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.

20 lines
527B

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