Saltstack Official OpenSSH Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 11 gadiem
pirms 11 gadiem
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. openssh
  2. =======
  3. Install and configure an openssh server.
  4. .. note::
  5. See the full `Salt Formulas installation and usage instructions
  6. <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
  7. Available states
  8. ================
  9. .. contents::
  10. :local:
  11. ``openssh``
  12. -----------
  13. Installs the ``openssh`` server package and service.
  14. ``openssh.auth``
  15. -----------
  16. Manages SSH certificates for users.
  17. ``openssh.banner``
  18. ------------------
  19. Installs a banner that users see when SSH-ing in.
  20. ``openssh.client``
  21. ------------------
  22. Installs the openssh client package.
  23. ``openssh.config``
  24. ------------------
  25. Installs the ssh daemon configuration file included in this formula
  26. (under "openssh/files"). This configuration file is populated
  27. by values from pillar. ``pillar.example`` results in the generation
  28. of the default ``sshd_config`` file on Debian Wheezy.