2013-06-13 18:18:58 +02:00
|
|
|
openssh
|
|
|
|
=======
|
2014-01-04 03:32:05 +01:00
|
|
|
Install and configure an openssh server.
|
2013-06-13 18:18:58 +02:00
|
|
|
|
2014-01-07 06:31:26 +01:00
|
|
|
.. note::
|
|
|
|
|
|
|
|
See the full `Salt Formulas installation and usage instructions
|
|
|
|
<http://docs.saltstack.com/topics/conventions/formulas.html>`_.
|
|
|
|
|
|
|
|
Available states
|
|
|
|
================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
2014-01-04 03:32:05 +01:00
|
|
|
``openssh``
|
2014-01-07 06:31:26 +01:00
|
|
|
-----------
|
|
|
|
|
2014-01-18 14:00:20 +01:00
|
|
|
Installs the ``openssh`` server package and service.
|
2014-01-07 06:31:26 +01:00
|
|
|
|
2014-02-09 23:38:30 +01:00
|
|
|
``openssh.auth``
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Manages SSH certificates for users.
|
|
|
|
|
|
|
|
``openssh.banner``
|
2014-01-07 06:31:26 +01:00
|
|
|
------------------
|
|
|
|
|
2014-02-09 23:38:30 +01:00
|
|
|
Installs a banner that users see when SSH-ing in.
|
2014-01-07 06:31:26 +01:00
|
|
|
|
2014-01-18 14:00:20 +01:00
|
|
|
``openssh.client``
|
|
|
|
------------------
|
|
|
|
|
|
|
|
Installs the openssh client package.
|
|
|
|
|
2014-02-09 23:38:30 +01:00
|
|
|
``openssh.config``
|
2014-01-07 06:31:26 +01:00
|
|
|
------------------
|
|
|
|
|
2014-02-09 23:38:30 +01:00
|
|
|
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.
|
|
|
|
|