ssh/CHANGELOG.md
Garrett Honeycutt 7785195306 Release v3.42.0 - Support PermitUserEnvironment and PermitEmptyPasswords
Add support for managing sshd_config options PermitUserEnvironment and
PermitEmptyPasswords
2016-06-24 15:52:38 -04:00

25 lines
735 B
Markdown

### 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
* Add ability to specify an array for GlobalKnownHostsFile in ssh_config.
* Add support for UserKnownHostsFile in ssh_config.
### v3.40.0 - 2016-06-09
* Add ability to specify multiple ports
### v3.39.0 - 2016-06-08
* Allow ecdsa-sha2-nistp256 hostkeys
* Add host_aliases attribute to sshkey resource
* Add support for PubkeyAuthentication in sshd_config
### v3.38.0 - 2016-06-06
* Add param to manage MaxAuthTries in sshd_config
### v2.0.0 - 2013-05-16 Garrett Honeycutt <code@garretthoneycutt.com>
* Rebirth