This is a puppet module to configure OpenSSH servers and clients on Linux with a hardened ssh configuration.
- simple to compose, minimum depdencies
- fully configurable with hiera
- quick to run a puppet apply
- no deprecation warnings with modern puppet
# site.pp
include ssh
# common.yaml
---
ssh::config::compression: true
For usage and examples, see Wiki
- Use
rake
to run the test suite, see the build in appveyor. - Create issues and/or PRs in github
- Any and all questions welcome - if it doesn't work for you, it's a bug!