Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.1 KB

fvoges-ssh

nightly

Puppet module to manage SSH.

Table of Contents

Overview

This module does not manage the ssh/sshd configuration. It only ensures that the necessary package(s), config files, and service are installed.

Use the puppet/augeasproviders_ssh module to manage the configuration.

Module Description

puppet/augeasproviders_ssh is great but it only manages the configuration files.

This module complements it by managing the rest: packages, services, and config file permissions.

Usage

The basic usage requires no parameters

include ssh

Reference

See REFERENCE.md for the full reference.

Limitations

The module doesn't manage the configuration files contents, just their presence and permissions.

Development

Feel free to send bug reports and pull requests to the project page.