Go to file
Forrest b62872591c Merge pull request #25 from aboe76/archlinux_support
added archlinux support to openssh map.jinja
2014-12-31 16:28:59 -08:00
openssh added archlinux support to openssh map.jinja 2015-01-01 00:44:17 +01:00
LICENSE Added support to manage ssh certificates 2014-02-09 23:38:30 +01:00
pillar.example Cleanups for host key pillar example 2014-12-15 07:00:45 +01:00
README.rst Update README.rst 2014-07-28 19:03:24 -04:00

openssh

Install and configure an openssh server.

Available states

openssh

Installs the openssh server package and service.

openssh.auth -----------

Manages SSH certificates for users.

openssh.banner

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

openssh.client

Installs the openssh client package.

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.