diff options
author | Luke Hinds <lukehinds@gmail.com> | 2016-12-08 12:46:40 +0000 |
---|---|---|
committer | Luke Hinds <lhinds@redhat.com> | 2016-12-21 16:45:37 +0000 |
commit | 5a1764acf7623ee04d8610793f418ab1d4e2226e (patch) | |
tree | ee5a515ad816bfc76909e6d4a072c60b668d3a00 /releasenotes | |
parent | a102d35f12e75bbf7fa9c5f91aeaef145f203143 (diff) |
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
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/sshd-437c531301f458bb.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/sshd-437c531301f458bb.yaml b/releasenotes/notes/sshd-437c531301f458bb.yaml new file mode 100644 index 0000000..0086cb0 --- /dev/null +++ b/releasenotes/notes/sshd-437c531301f458bb.yaml @@ -0,0 +1,3 @@ +--- +features: + - Added manifest and template to enable configuration of sshd_config |