summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-05-01 12:45:14 -0400
committerMicah Anderson <micah@riseup.net>2015-05-04 15:42:26 -0400
commitfd82841c1f03d22acf4ed448cd22743a785f573e (patch)
tree8489a024a0f9e8cbcd0a4af5a1b0a577a59bdc7d /README.md
parentb5e16ec06499e45b4efd9f7353bb31f3a972417e (diff)
Change 'hardened_ssl' paramter to simply 'hardened', this makes more
sense in general
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`