Release v3.50.0 - Add sshd_pubkeyacceptedkeytypes parameter

This controls PubkeyAcceptedKeyTypes in sshd_config.
This commit is contained in:
Garrett Honeycutt 2017-05-08 19:42:45 -04:00
parent 448c1d91ee
commit c955ce804d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
### v3.50.0 - 2017-05-08
* Add param sshd_pubkeyacceptedkeytypes to set PubkeyAcceptedKeyTypes
### v3.49.1 - 2017-02-27 ### v3.49.1 - 2017-02-27
* Fix parameters not compatible with Solaris * Fix parameters not compatible with Solaris
* Add support for Puppet v4.9 * Add support for Puppet v4.9

View File

@ -1,6 +1,6 @@
{ {
"name": "ghoneycutt-ssh", "name": "ghoneycutt-ssh",
"version": "3.49.1", "version": "3.50.0",
"author": "ghoneycutt", "author": "ghoneycutt",
"summary": "Manages SSH", "summary": "Manages SSH",
"license": "Apache-2.0", "license": "Apache-2.0",