Saltstack Official OpenSSH Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 11 roky
před 11 roky
1234567891011121314151617181920212223242526272829303132
  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/topics/conventions/formulas.html>`_.
  7. Available states
  8. ================
  9. .. contents::
  10. :local:
  11. ``openssh``
  12. -----------
  13. Installs the ``openssh`` package and service.
  14. ``openssh.config``
  15. ------------------
  16. Installs the configuration file included in this formula
  17. (under "openssh/files"). This configuration file is populated
  18. by values from pillar. ``pillar.example`` results in the generation
  19. of the default ``sshd_config`` file on Debian Wheezy.
  20. ``openssh.banner``
  21. ------------------
  22. Installs a banner that users see when SSH-ing in.