Saltstack Official OpenSSH Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

25 行
648B

  1. openssh:
  2. sshd_enable: True
  3. sshd_binary: /usr/sbin/sshd
  4. sshd_config: /etc/ssh/sshd_config
  5. sshd_config_src: salt://openssh/files/sshd_config
  6. sshd_config_user: root
  7. sshd_config_group: root
  8. sshd_config_mode: '644'
  9. sshd_config_backup: True
  10. ssh_config: /etc/ssh/ssh_config
  11. ssh_config_src: salt://openssh/files/ssh_config
  12. ssh_config_user: root
  13. ssh_config_group: root
  14. ssh_config_mode: '644'
  15. ssh_config_backup: True
  16. banner: /etc/ssh/banner
  17. banner_src: salt://openssh/files/banner
  18. ssh_known_hosts: /etc/ssh/ssh_known_hosts
  19. dig_pkg: dnsutils
  20. ssh_moduli: /etc/ssh/moduli
  21. root_group: root
  22. sshd_config: {}
  23. ssh_config: {}