From 5a1764acf7623ee04d8610793f418ab1d4e2226e Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Thu, 8 Dec 2016 12:46:40 +0000 Subject: 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 --- releasenotes/notes/sshd-437c531301f458bb.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 releasenotes/notes/sshd-437c531301f458bb.yaml (limited to 'releasenotes') 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 -- cgit 1.2.3-korg