ssh/CHANGELOG.md
Garrett Honeycutt fb07c23c8b Release v3.52.0 - Support additional sshd_options.
Add params for Add PrintLastLog, UsePrivilegeSeparation, and
Compression.
2017-05-26 15:09:39 -04:00

64 lines
1.7 KiB
Markdown

### v3.52.0 - 2017-05-26
* Add params for Add PrintLastLog, UsePrivilegeSeparation, and
Compression options in sshd_config.
### v3.51.1 - 2017-05-19
* Ensure that ssh_known_hosts requires the ssh packages
### 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
* Add param sshd_pubkeyacceptedkeytypes to set PubkeyAcceptedKeyTypes
### v3.49.1 - 2017-02-27
* Fix parameters not compatible with Solaris
* Add support for Puppet v4.9
### v3.49.0 - 2016-10-25
* Add support for PermitTunnel in sshd_config
### v3.48.0 - 2016-10-20
* Add support for ProxyCommand
### v3.47.0 - 2016-10-19
* Add support for KexAlgorithms
### v3.46.0 - 2016-10-04
* Add sshd_x11_use_localhost parameter
### v3.45.0 - 2016-08-30
* Add support for Ubuntu 16.04 LTS
### v3.44.0 - 2016-08-28
* Add support for TCPKeepAlive in sshd_config
### v3.43.0 - 2016-08-08
* Add support for Ruby 2.3.1 with Puppet v4
### 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