aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-27 12:29:12 +0000
committerGerrit Code Review <review@openstack.org>2017-01-27 12:29:12 +0000
commitef741fab9bf8f649be6ec8f7cef14f5b841f93c6 (patch)
treee4c521d24dbe993b2fe38531e3c24c0b81a531a8 /environments
parent91a231d80815dc2ad45cc9502151e68b636090d0 (diff)
parent73f58792f90942be1e2dc0ef67eac0a47d9aba18 (diff)
Merge "Adds SSH Banner text into sshd_config"
Diffstat (limited to 'environments')
-rw-r--r--environments/sshd-banner.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/environments/sshd-banner.yaml b/environments/sshd-banner.yaml
new file mode 100644
index 00000000..041c0990
--- /dev/null
+++ b/environments/sshd-banner.yaml
@@ -0,0 +1,13 @@
+resource_registry:
+ OS::TripleO::Services::Sshd: ../puppet/services/sshd.yaml
+
+parameter_defaults:
+ BannerText: |
+ ******************************************************************
+ * This system is for the use of authorized users only. Usage of *
+ * this system may be monitored and recorded by system personnel. *
+ * Anyone using this system expressly consents to such monitoring *
+ * and is advised that if such monitoring reveals possible *
+ * evidence of criminal activity, system personnel may provide *
+ * the evidence from such monitoring to law enforcement officials.*
+ ******************************************************************