Saltstack Official OpenSSH Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Kenny Do 6e418aa945 added a state that installs the openssh client il y a 11 ans
openssh added a state that installs the openssh client il y a 11 ans
LICENSE Add LICENSE. il y a 11 ans
README.rst added a state that installs the openssh client il y a 11 ans
pillar.example updated sshd_config file to be populated by pillar il y a 11 ans

README.rst

openssh
=======
Install and configure an openssh server.

.. note::

See the full `Salt Formulas installation and usage instructions
<http://docs.saltstack.com/topics/conventions/formulas.html>`_.

Available states
================

.. contents::
:local:

``openssh``
-----------

Installs the ``openssh`` server package and service.

``openssh.config``
------------------

Installs the ssh daemon configuration file included in this formula
(under "openssh/files"). This configuration file is populated
by values from pillar. ``pillar.example`` results in the generation
of the default ``sshd_config`` file on Debian Wheezy.

``openssh.client``
------------------

Installs the openssh client package.

``openssh.banner``
------------------

Installs a banner that users see when SSH-ing in.