Saltstack Official OpenSSH Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
928B

  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. ssh_config:
  12. Hosts:
  13. '*':
  14. ForwardAgent: no
  15. ForwardX11: no
  16. RhostsRSAAuthentication: no
  17. RSAAuthentication: yes
  18. PasswordAuthentication: yes
  19. HostbasedAuthentication: no
  20. GSSAPIAuthentication: no
  21. GSSAPIDelegateCredentials: no
  22. BatchMode: no
  23. CheckHostIP: yes
  24. AddressFamily: any
  25. ConnectTimeout: 0
  26. StrictHostKeyChecking: ask
  27. IdentityFile: "~/.ssh/id_rsa"
  28. Port: 22
  29. Protocol: 2
  30. Cipher: 3des
  31. Tunnel: no
  32. TunnelDevice: "any:any"
  33. PermitLocalCommand: no
  34. VisualHostKey: no