Saltstack Official OpenSSH Formula
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

41 linhas
1.0KB

  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. KexAlgorithms:
  14. - 'curve25519-sha256@libssh.org'
  15. - 'diffie-hellman-group-exchange-sha256'
  16. Ciphers:
  17. - 'chacha20-poly1305@openssh.com'
  18. - 'aes256-gcm@openssh.com'
  19. - 'aes128-gcm@openssh.com'
  20. - 'aes256-ctr'
  21. - 'aes192-ctr'
  22. - 'aes128-ctr'
  23. MACs:
  24. - 'hmac-sha2-512-etm@openssh.com'
  25. - 'hmac-sha2-256-etm@openssh.com'
  26. - 'hmac-ripemd160-etm@openssh.com'
  27. - 'umac-128-etm@openssh.com'
  28. - 'hmac-sha2-512'
  29. - 'hmac-sha2-256'
  30. - 'hmac-ripemd160'
  31. - 'umac-128@openssh.com'
  32. sshd_config: {}
  33. ssh_config:
  34. Hosts:
  35. '*':
  36. SendEnv: LANG LC_*
  37. HashKnownHosts: yes
  38. GSSAPIAuthentication: yes
  39. GSSAPIDelegateCredentials: no