# This is the 1st commit message:
Align fixtures with 20.04 defaults
Align fixtures with defaults
# This is the commit message #2:
Remove type to make puppet 3 compatible
As the original author of the pr said: He added
the vanilla configuration files as spec tests. Since
the module uses it's own template, this won't work.
I copied the debian9 fixtures sshd_config since the
defaults in puppet are identical for debian 10.
Closes#323
Some OpenSSH parameters are not compatible with Solaris SSH.
They do break if they are included into the configuration file(s).
This patch does not include them by default on Solaris anymore.
Changed parameters:
sshd_config_tcp_keepalive (TCPKeepAlive in sshd_config)
sshd_config_permittunnel (PermitTunnel in sshd_config)
sshd_config_maxsessions (MaxSessions in sshd_config)
ssh_config_hash_known_hosts (HashKnownHosts in ssh_config)