Skip to content

fvoges/puppet-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.