Release v3.42.0 - Support PermitUserEnvironment and PermitEmptyPasswords

Add support for managing sshd_config options PermitUserEnvironment and
PermitEmptyPasswords
This commit is contained in:
Garrett Honeycutt 2016-06-24 15:52:38 -04:00
parent 4e3920b820
commit 7785195306
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### v3.42.0 - 2016-06-24
* Add support for managing sshd_config options PermitUserEnvironment and
PermitEmptyPasswords
### v3.41.1 - 2016-06-20
* Update years in LICENSE
### v3.41.0 - 2016-06-20 ### v3.41.0 - 2016-06-20
* Add ability to specify an array for GlobalKnownHostsFile in ssh_config. * Add ability to specify an array for GlobalKnownHostsFile in ssh_config.
* Add support for UserKnownHostsFile in ssh_config. * Add support for UserKnownHostsFile in ssh_config.

View File

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