puppet-tripleo/releasenotes/notes/sshd-437c531301f458bb.yaml
Luke Hinds 5a1764acf7 Adds ability to populate SSH Banner text
A puppet manifest to allow the toggle of 'Banner' in sshd_config
and enable population of an SSH login banner needed for security
compliance such as DISA STIG

If `Bannertext` is set as a parameter, the `Banner` key within
sshd_config is toggled to `/etc/issue` and the content is copied
into the `/etc/issue` file

Change-Id: Ie9f8afdfa9930428f06c9669fedb460dc1064d5e
Closes-Bug: #1640306
2016-12-21 16:45:37 +00:00

4 lines
85 B
YAML

---
features:
- Added manifest and template to enable configuration of sshd_config