Release v3.51.0 - Add params for HostCertificate and TrustedUserCAKeys

This commit is contained in:
Garrett Honeycutt 2017-05-17 18:50:10 -04:00
parent 3e8c502a5b
commit 5a8e1b9d66
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### v3.51.0 - 2017-05-17
* Add params sshd_config_hostcertificate and
sshd_config_trustedusercakeys to set HostCertificate and TrustedUserCAKeys.
### v3.50.0 - 2017-05-08 ### v3.50.0 - 2017-05-08
* Add param sshd_pubkeyacceptedkeytypes to set PubkeyAcceptedKeyTypes * Add param sshd_pubkeyacceptedkeytypes to set PubkeyAcceptedKeyTypes

View File

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