This file is used to list changes made in each version of the sshd cookbook.
- Add support to set
sshd_config
file mode, default to600
on RHEL
- The install recipe was removed, package installation migrated to the default recipe.
- Duplicate service resource warning was mitingated by removing the (probably useless) service definition in the install recipe.
- Fix issue with
sshd
binary path on rhel. (Thanks Peter Walz) - Add support for multiple
Port
options (Thanks Kevin Olbrich) - Fix an issue when both
Port
andListenAddress
is specified (Thanks Kevin Olbrich) - Remove a workaround for chef-client < 11.14 that was overseen in the 1.2.0 release.
- Use attribute bracket syntax (required for Chef 13)
- Remove workaround for chef-client < 11.14, as it breaks Ubuntu Xenial 16.04 LTS
- Fixes a bug in configuration test
- Check
sshd_config
before restarting sshd service
- Fix default XMODIFIERS for RHEL
- Add default attributes for OS X
- Add workaround to set service provider to Upstart on recent Ubuntus (until chef-client is fixed)
- Add support for Ed25519 HostKeys
- Initial release of sshd