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.

187 lines
7.1KB

  1. sshd_config:
  2. Port: 22
  3. Protocol: 2
  4. HostKey:
  5. - /etc/ssh/ssh_host_rsa_key
  6. - /etc/ssh/ssh_host_dsa_key
  7. - /etc/ssh/ssh_host_ecdsa_key
  8. - /etc/ssh/ssh_host_ed25519_key
  9. UsePrivilegeSeparation: 'yes'
  10. KeyRegenerationInterval: 3600
  11. ServerKeyBits: 768
  12. SyslogFacility: AUTH
  13. LogLevel: INFO
  14. ClientAliveInterval: 0
  15. ClientAliveCountMax: 3
  16. LoginGraceTime: 120
  17. PermitRootLogin: 'yes'
  18. PasswordAuthentication: 'no'
  19. StrictModes: 'yes'
  20. MaxAuthTries: 6
  21. MaxSessions: 10
  22. RSAAuthentication: 'yes'
  23. PubkeyAuthentication: 'yes'
  24. IgnoreRhosts: 'yes'
  25. RhostsRSAAuthentication: 'no'
  26. HostbasedAuthentication: 'no'
  27. PermitEmptyPasswords: 'no'
  28. ChallengeResponseAuthentication: 'no'
  29. AuthenticationMethods: 'publickey,keyboard-interactive'
  30. AuthorizedKeysFile: '%h/.ssh/authorized_keys'
  31. X11Forwarding: 'yes'
  32. X11DisplayOffset: 10
  33. PrintMotd: 'no'
  34. PrintLastLog: 'yes'
  35. TCPKeepAlive: 'yes'
  36. AcceptEnv: "LANG LC_*"
  37. Subsystem: "sftp /usr/lib/openssh/sftp-server"
  38. UsePAM: 'yes'
  39. UseDNS: 'yes'
  40. AllowUsers: 'vader@10.0.0.1 maul@evil.com sidious luke'
  41. DenyUsers: 'yoda chewbaca@112.10.21.1'
  42. AllowGroups: 'wheel staff imperial'
  43. DenyGroups: 'rebel'
  44. matches:
  45. sftp_chroot:
  46. type:
  47. Group: sftpusers
  48. options:
  49. ChrootDirectory: /sftp-chroot/%u
  50. X11Forwarding: no
  51. AllowTcpForwarding: no
  52. ForceCommand: internal-sftp
  53. # Check `man sshd_config` for supported KexAlgorithms, Ciphers and MACs first.
  54. KexAlgorithms: 'diffie-hellman-group14-sha1,diffie-hellman-group1-sha1'
  55. Ciphers: 'aes128-ctr,aes256-ctr'
  56. MACs: 'hmac-sha1'
  57. ssh_config:
  58. StrictHostKeyChecking: no
  59. ForwardAgent: no
  60. ForwardX11: no
  61. RhostsRSAAuthentication: no
  62. RSAAuthentication: yes
  63. PasswordAuthentication: yes
  64. HostbasedAuthentication: no
  65. GSSAPIAuthentication: no
  66. GSSAPIDelegateCredentials: no
  67. BatchMode: 'yes'
  68. CheckHostIP: 'yes'
  69. AddressFamily: 'any'
  70. ConnectTimeout: 0
  71. IdentityFile: '~/.ssh/id_rsa'
  72. Port: 22
  73. Protocol: 2
  74. Cipher: '3des'
  75. Tunnel: 'no'
  76. TunnelDevice: 'any:any'
  77. PermitLocalCommand: 'no'
  78. VisualHostKey: 'no'
  79. openssh:
  80. auth:
  81. joe-valid-ssh-key-desktop:
  82. - user: joe
  83. present: True
  84. enc: ssh-rsa
  85. comment: main key - desktop
  86. source: salt://ssh_keys/joe.desktop.pub
  87. joe-valid-ssh-key-notebook:
  88. - user: joe
  89. present: True
  90. enc: ssh-rsa
  91. comment: main key - notebook
  92. source: salt://ssh_keys/joe.netbook.pub
  93. joe-non-valid-ssh-key:
  94. - user: joe
  95. present: False
  96. enc: ssh-rsa
  97. comment: obsolete key - removed
  98. source: salt://ssh_keys/joe.no-valid.pub
  99. generate_dsa_keys: False
  100. absent_dsa_keys: False
  101. provide_dsa_keys: False
  102. dsa:
  103. private_key: |
  104. -----BEGIN DSA PRIVATE KEY-----
  105. NOT_DEFINED
  106. -----END DSA PRIVATE KEY-----
  107. public_key: |
  108. ssh-dss NOT_DEFINED
  109. generate_ecdsa_keys: False
  110. absent_ecdsa_keys: False
  111. provide_ecdsa_keys: False
  112. ecdsa:
  113. private_key: |
  114. -----BEGIN EC PRIVATE KEY-----
  115. NOT_DEFINED
  116. -----END EC PRIVATE KEY-----
  117. public_key: |
  118. ecdsa-sha2-nistp256 NOT_DEFINED
  119. generate_rsa_keys: False
  120. generate_rsa_size: 4096
  121. absent_rsa_keys: False
  122. provide_rsa_keys: False
  123. rsa:
  124. private_key: |
  125. -----BEGIN RSA PRIVATE KEY-----
  126. NOT_DEFINED
  127. -----END RSA PRIVATE KEY-----
  128. public_key: |
  129. ssh-rsa NOT_DEFINED
  130. generate_ed25519_keys: False
  131. absent_ed25519_keys: False
  132. provide_ed25519_keys: False
  133. ed25519:
  134. private_key: |
  135. -----BEGIN OPENSSH PRIVATE KEY-----
  136. NOT_DEFINED
  137. -----END OPENSSH PRIVATE KEY-----
  138. public_key: |
  139. ssh-ed25519 NOT_DEFINED
  140. known_hosts:
  141. # The next 2 settings restrict the set of minions that will be added in
  142. # the generated ssh_known_hosts files (the default is to match all minions)
  143. target: '*'
  144. expr_form: 'glob'
  145. # Name of mining functions used to gather public keys and hostnames
  146. # (the default values are shown here)
  147. mine_keys_function: public_ssh_host_keys
  148. mine_hostname_function: public_ssh_hostname
  149. # List of DNS entries also pointing to our managed machines and that we want
  150. # to inject in our generated ssh_known_hosts file
  151. aliases:
  152. - cname-to-minion.example.org
  153. - alias.example.org
  154. # specify DH parameters (see /etc/ssh/moduli)
  155. moduli: |
  156. # Time Type Tests Tries Size Generator Modulus
  157. 20120821045639 2 6 100 2047 2 DD2047CBDBB6F8E919BC63DE885B34D0FD6E3DB2887D8B46FE249886ACED6B46DFCD5553168185FD376122171CD8927E60120FA8D01F01D03E58281FEA9A1ABE97631C828E41815F34FDCDF787419FE13A3137649AA93D2584230DF5F24B5C00C88B7D7DE4367693428C730376F218A53E853B0851BAB7C53C15DA7839CBE1285DB63F6FA45C1BB59FE1C5BB918F0F8459D7EF60ACFF5C0FA0F3FCAD1C5F4CE4416D4F4B36B05CDCEBE4FB879E95847EFBC6449CD190248843BC7EDB145FBFC4EDBB1A3C959298F08F3BA2CFBE231BBE204BE6F906209D28BD4820AB3E7BE96C26AE8A809ADD8D1A5A0B008E9570FA4C4697E116B8119892C604293680B09D63
  158. 20120821045830 2 6 100 2047 2 DD2047CBDBB6F8E919BC63DE885B34D0FD6E3DB2887D8B46FE249886ACED6B46DFCD5553168185FD376122171CD8927E60120FA8D01F01D03E58281FEA9A1ABE97631C828E41815F34FDCDF787419FE13A3137649AA93D2584230DF5F24B5C00C88B7D7DE4367693428C730376F218A53E853B0851BAB7C53C15DA7839CBE1285DB63F6FA45C1BB59FE1C5BB918F0F8459D7EF60ACFF5C0FA0F3FCAD1C5F4CE4416D4F4B36B05CDCEBE4FB879E95847EFBC6449CD190248843BC7EDB145FBFC4EDBB1A3C959298F08F3BA2CFBE231BBE204BE6F906209D28BD4820AB3E7BE96C26AE8A809ADD8D1A5A0B008E9570FA4C4697E116B8119892C6042936814C2FFB
  159. 20120821050046 2 6 100 2047 2 DD2047CBDBB6F8E919BC63DE885B34D0FD6E3DB2887D8B46FE249886ACED6B46DFCD5553168185FD376122171CD8927E60120FA8D01F01D03E58281FEA9A1ABE97631C828E41815F34FDCDF787419FE13A3137649AA93D2584230DF5F24B5C00C88B7D7DE4367693428C730376F218A53E853B0851BAB7C53C15DA7839CBE1285DB63F6FA45C1BB59FE1C5BB918F0F8459D7EF60ACFF5C0FA0F3FCAD1C5F4CE4416D4F4B36B05CDCEBE4FB879E95847EFBC6449CD190248843BC7EDB145FBFC4EDBB1A3C959298F08F3BA2CFBE231BBE204BE6F906209D28BD4820AB3E7BE96C26AE8A809ADD8D1A5A0B008E9570FA4C4697E116B8119892C60429368214FC53
  160. 20120821050054 2 6 100 2047 5 DD2047CBDBB6F8E919BC63DE885B34D0FD6E3DB2887D8B46FE249886ACED6B46DFCD5553168185FD376122171CD8927E60120FA8D01F01D03E58281FEA9A1ABE97631C828E41815F34FDCDF787419FE13A3137649AA93D2584230DF5F24B5C00C88B7D7DE4367693428C730376F218A53E853B0851BAB7C53C15DA7839CBE1285DB63F6FA45C1BB59FE1C5BB918F0F8459D7EF60ACFF5C0FA0F3FCAD1C5F4CE4416D4F4B36B05CDCEBE4FB879E95847EFBC6449CD190248843BC7EDB145FBFC4EDBB1A3C959298F08F3BA2CFBE231BBE204BE6F906209D28BD4820AB3E7BE96C26AE8A809ADD8D1A5A0B008E9570FA4C4697E116B8119892C60429368218E83F
  161. # ALTERNATIVELY, specify the location of the moduli file. Examples:
  162. #moduli_source: http://some.server.somewhere/salt/moduli
  163. #moduli_source: salt://files/ssh/moduli
  164. # If moduli is specified, moduli_source will be ignored.
  165. # Also, a proper hash file *must* be included in the same path. E.g.:
  166. # http://some.server.somewhere/salt/moduli.hash
  167. # salt://files/ssh/moduli.hash
  168. # These will be automatically referenced to by the ssh_moduli state.
  169. # Required for openssh.known_hosts
  170. mine_functions:
  171. public_ssh_host_keys:
  172. mine_function: cmd.run
  173. cmd: cat /etc/ssh/ssh_host_*_key.pub
  174. python_shell: True
  175. public_ssh_hostname:
  176. mine_function: grains.get
  177. key: id