Release v3.42.0 - Support PermitUserEnvironment and PermitEmptyPasswords
Add support for managing sshd_config options PermitUserEnvironment and PermitEmptyPasswords
This commit is contained in:
parent
4e3920b820
commit
7785195306
@ -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.
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user