aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/sshd-437c531301f458bb.yaml
diff options
context:
space:
mode:
authorlhinds <lhinds@redhat.com>2017-03-08 12:32:57 +0000
committerOliver Walsh <owalsh@redhat.com>2017-04-21 14:06:12 +0100
commit0e991f99b4b239838b5f775468f25025b3ad170b (patch)
tree40770740c407888d84a6ba01d5a3797c1f5357fb /releasenotes/notes/sshd-437c531301f458bb.yaml
parent11fbb033092bf1b45b092fc3b349a6f821503ef3 (diff)
SSHD Service extensions
This change adds an `include` statement to bring in the extra functionality available from the existing puppet-ssh module in already available in RDO. By using puppet-ssh it provides a framework to allow the passing in of server options using just hiera values under ssh::server_options. For example, sshd_config banner can now be passed a server option, as well as all the new parameters outlined in the launchpad issue that the patch references for Closing. For this reason, the former augeas setting for `Banner /etc/issue` is now managed by the main puppet-ssh module instead. The change also allows population of MOTD text to `/etc/motd` as well as `issue.net`. $bannertext is refactored in accordance with patch [1] [1] https://review.openstack.org/#/c/442406/ Change-Id: Id329538fb7b623526f1d91d8a513cf3440c86a7c Related-Bug: 1668543 (cherry picked from commit b35bc80ac2acf18463e4c18c8360862749aa0964)
Diffstat (limited to 'releasenotes/notes/sshd-437c531301f458bb.yaml')
-rw-r--r--releasenotes/notes/sshd-437c531301f458bb.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/releasenotes/notes/sshd-437c531301f458bb.yaml b/releasenotes/notes/sshd-437c531301f458bb.yaml
index 0086cb0..5997289 100644
--- a/releasenotes/notes/sshd-437c531301f458bb.yaml
+++ b/releasenotes/notes/sshd-437c531301f458bb.yaml
@@ -1,3 +1,5 @@
---
features:
- - Added manifest and template to enable configuration of sshd_config
+ - Added /etc/issue & /etc/issue.net parameters
+ - Added MOTD banner parameters
+ - Added external module saz-ssh to allow management of sshd_config