summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-08 09:23:14 +0100
committervarac <varacanero@zeromail.org>2015-11-08 09:23:14 +0100
commit2f493185884e32b6739898bf4a2cb036c151d914 (patch)
tree6d05e753d1091049a2dbfb0cb3dddfbc9c99a021 /README.md
parent943dd94dfab1de9316a5ed4c0751b36a6c75447a (diff)
parentb3e81589eec604768e08ed56ce5ca42a4b33db89 (diff)
Merge remote-tracking branch 'shared/master' into leap_master
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index cbe0bba..77e4d29 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
This puppet module manages OpenSSH configuration and services.
+**!! Upgrade Notice (05/2015) !!**
+
+The hardened_ssl parameter name was changed to simply 'hardened'.
+
**!! Upgrade Notice (01/2013) !!**
This module now uses parameterized classes, where it used global variables
@@ -179,8 +183,8 @@ The following is a list of the currently available variables:
Set this to the location of the AuthorizedKeysFile
(e.g. `/etc/ssh/authorized_keys/%u`). Default: `AuthorizedKeysFile
%h/.ssh/authorized_keys`
- - `hardened_ssl`
- Use only strong SSL ciphers and MAC.
+ - `hardened`
+ Use only strong ciphers, MAC, KexAlgorithms, etc.
Values:
- `no` (default)
- `yes`