- Support Ubuntu 20.04 LTS
- Support Debian 8
- Support Ubuntu 18.04 LTS
- Fix screwed up metadata
- Support Debian 9
- Add ability for IPv6 addresses to be exported as part of the sshkey for the FQDN.
- Put Match block at end of sshd_config
- Support Puppet 6
- Add RevokedKeys option to
sshd_config
- Disable ServerkeyBits on RHEL 7.4 and later
- Add support for AuthenticationMethods and AllowAgentForwarding options in sshd_config
- Fix regex bug with
sshd_config_maxstartups
- Support puppetlabs/concat v3 and v4
- Add
ssh::config_entry
defined type to manage~/.ssh/config
- Add
config_entries
parameter to ssh class to allow specifying a hash of multiple entries forssh::config_entry
.
- Allow sshd_config_hostcertificate to be an array. This fixes a bug
where you could have specified one cert and multiple HostKey's since
sshd_config_hostkey
allows an array. - Add parameter
sshd_config_authorized_principals_file
to manage theAuthorizedPrincipalsFile
setting insshd_config
.
- Support only latest Puppet v3
- Support only last few releases on Puppet v4
- Add support for Puppet v5
- Add params for Add PrintLastLog, UsePrivilegeSeparation, and Compression options in sshd_config.
- Ensure that ssh_known_hosts requires the ssh packages
- Add params sshd_config_hostcertificate and sshd_config_trustedusercakeys to set HostCertificate and TrustedUserCAKeys.
- Add param sshd_pubkeyacceptedkeytypes to set PubkeyAcceptedKeyTypes
- Fix parameters not compatible with Solaris
- Add support for Puppet v4.9
- Add support for PermitTunnel in sshd_config
- Add support for ProxyCommand
- Add support for KexAlgorithms
- Add sshd_x11_use_localhost parameter
- Add support for Ubuntu 16.04 LTS
- Add support for TCPKeepAlive in sshd_config
- Add support for Ruby 2.3.1 with Puppet v4
- Add support for managing sshd_config options PermitUserEnvironment and PermitEmptyPasswords
- Update years in LICENSE
- Add ability to specify an array for GlobalKnownHostsFile in ssh_config.
- Add support for UserKnownHostsFile in ssh_config.
- Add ability to specify multiple ports
- Allow ecdsa-sha2-nistp256 hostkeys
- Add host_aliases attribute to sshkey resource
- Add support for PubkeyAuthentication in sshd_config
- Add param to manage MaxAuthTries in sshd_config
v2.0.0 - 2013-05-16 Garrett Honeycutt [email protected]
- Rebirth