diff options
author | Luke Hinds <lhinds@redhat.com> | 2017-03-12 03:24:35 +0000 |
---|---|---|
committer | Oliver Walsh <owalsh@redhat.com> | 2017-04-21 14:14:22 +0100 |
commit | cbf997e73771735d9c8536376b7de075bc8256e1 (patch) | |
tree | 464e83a5bcc584442386ef495b16687fb6750c6f /releasenotes | |
parent | 791c552817c339d5d08404d07dec8f55bc71f373 (diff) |
SSHD Service extensions
This change implements a MOTD message and provides a hash of
sshd config options which are sourced to the puppet-ssh module
as a hash.
The SSHD puppet service is enabled by default, as it is
required for Idb56acd1e1ecb5a5fd4d942969be428cc9cbe293.
Also added the service to the CI roles.
Change-Id: Ie2e01d93082509b8ede37297067eab03bb1ab06e
Depends-On: I1d09530d69e42c0c36311789166554a889e46556
Closes-Bug: #1668543
Co-Authored-By: Oliver Walsh <owalsh@redhat.com>
(cherry picked from commit 5e14f95a4a46fcf88293f1b0fa93327566614d43)
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/sshd-service-extensions-0c4d0879942a2052.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/sshd-service-extensions-0c4d0879942a2052.yaml b/releasenotes/notes/sshd-service-extensions-0c4d0879942a2052.yaml new file mode 100644 index 00000000..4cc01df8 --- /dev/null +++ b/releasenotes/notes/sshd-service-extensions-0c4d0879942a2052.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Added ability to manage MOTD Banner + Enabled SSHD composible service by default. Puppet-ssh manages the sshd config. |