401 Commits

Author SHA1 Message Date
Garrett Honeycutt
448c1d91ee Update LICENSE for 2017 2017-05-08 19:42:31 -04:00
Garrett Honeycutt
7c96719526 Merge pull request #218 from ghoneycutt/PubkeyAcceptedKeyTypes
Add support for PubkeyAcceptedKeyTypes option to sshd_config
2017-05-08 19:41:02 -04:00
Garrett Honeycutt
fe3cbc4e2e Fix testing dependencies 2017-05-08 18:15:47 -04:00
Garrett Honeycutt
6a5e98fdbb Fix metadata 2017-03-16 13:24:28 -07:00
Martin Narkiewicz
4cf16192a5 Add support for PubkeyAcceptedKeyTypes option to sshd_config 2017-03-16 10:48:13 -07:00
Garrett Honeycutt
3a7dc1556c Release v3.49.1 - Fix parameters not compatible with Solaris 2017-02-27 12:14:07 -05:00
Garrett Honeycutt
3708935588 Merge pull request #213 from Phil-Friderici/fix_solaris
Fix parameters not compatible with Solaris
2017-02-27 12:10:51 -05:00
Phil Friderici
b476a3f725 Enhance compatibility with Solaris
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)
2017-02-27 09:10:12 +01:00
Phil Friderici
952017ccb6 Support Puppet >= 4.9 2017-02-23 14:47:37 +01:00
Garrett Honeycutt
6906ce3a26 Merge pull request #201 from bc-bjoern/feature_empty_ssh_hostkey
Remove join from validate_absolute_path for sshd_config_hostkey
2016-11-12 09:54:03 -08:00
Björn Becker
326106b5c7 Remove join from validate_absolute_path for sshd_config_hostkey 2016-11-10 17:16:26 +01:00
Garrett Honeycutt
eb0aaa5583 Merge pull request #200 from ghoneycutt/fix_dependencies
Fix ruby dependencies
2016-11-03 16:02:56 -04:00
Garrett Honeycutt
c3f0b3ccb2 Ignore Eclipse 2016-11-03 12:06:54 -04:00
Garrett Honeycutt
363e6a98e7 Fix ruby dependencies 2016-11-03 11:54:56 -04:00
Garrett Honeycutt
6c1beba7fb Document ChallengeResponseAuthentication on EL systems 2016-10-28 11:50:32 -04:00
Garrett Honeycutt
db16d8a029 Release v3.49.0 - Add support for PermitTunnel in sshd_config 2016-10-25 11:26:41 -04:00
Garrett Honeycutt
00829437ba Merge pull request #186 from andrei693/Expose_PermitTunnel_from_sshd_config
Expose PermitTunnel from sshd_config
2016-10-25 11:25:37 -04:00
Andrei Brezan
e044e4c89f Expose PermitTunnel from sshd_config 2016-10-24 17:18:25 +02:00
Garrett Honeycutt
b2df437e4a Release v3.48.0 - Add support for ProxyCommand 2016-10-20 21:31:06 -04:00
Garrett Honeycutt
3e4b45f992 Merge pull request #198 from ghoneycutt/ssh_config_proxy_command
Ssh config proxy command
2016-10-20 21:29:16 -04:00
Garrett Honeycutt
6f34248977 Fixup mlosapio's contribution 2016-10-20 17:47:04 -04:00
Michael LoSapio
64008a427f Add support for ProxyCommand in ssh_config 2016-10-20 16:04:15 -04:00
Garrett Honeycutt
24eb3a1909 Release v3.47.0 - Add support for KexAlgorithms 2016-10-19 18:56:59 -04:00
Garrett Honeycutt
135483a377 Merge pull request #195 from Asteao/master
adding support for KexAlgorithms
2016-10-19 18:55:43 -04:00
43d6107949 adding support for KexAlgorithms 2016-10-19 14:01:24 -07:00
Garrett Honeycutt
5d11a3b8b4 Release v3.46.0 - Add sshd_x11_use_localhost parameter 2016-10-04 10:36:21 -04:00
Garrett Honeycutt
f45d0cfc7d Merge pull request #193 from boandersson/X11UseLocalhost
Add configurable param X11UseLocalhost to sshd_config
2016-10-04 10:35:05 -04:00
Bosse Andersson
f41d7966ab Add configurable param X11UseLocalhost to sshd_config 2016-10-04 12:55:06 +02:00
Garrett Honeycutt
aacf3a7470 Add v3.45.0 to CHANGELOG 2016-08-31 09:51:15 -04:00
Garrett Honeycutt
06423f9e5a Release v3.45.0 - Add support for Ubuntu 16.04 LTS 2016-08-30 10:03:56 -04:00
Garrett Honeycutt
b2dc09e746 Merge pull request #189 from Phil-Friderici/ubuntu1604
Ubuntu1604
2016-08-30 10:03:03 -04:00
Phil Friderici
c621ebb53d Fix tests on Puppet 4.6
- Adjust gem pinning
2016-08-30 14:40:46 +02:00
Phil Friderici
56b7054736 Fix tests on Puppet 4.0 to 4.2
- Make hiera used facts available in all test cases
- Refactor facts & params usage in tests cases
2016-08-30 13:54:31 +02:00
Garrett Honeycutt
d13c324001 Add support for Ubuntu 16.04 LTS 2016-08-28 20:55:00 -04:00
Garrett Honeycutt
8d7c127d4d Explicitly support Puppet v4.6 2016-08-28 20:55:00 -04:00
Garrett Honeycutt
08bc9427bc Use puppetlabs_spec_helper >= 1.2.0 which does strict variable checking
puppetlabs_spec_helper 1.2.0 introduced doing strict variable checks by
default with Puppet v4
2016-08-28 20:30:07 -04:00
Garrett Honeycutt
3300cf4242 Update CHANGELOG with previous releases 2016-08-28 20:26:20 -04:00
Garrett Honeycutt
a1d6c9a3f9 Release v3.44.0 - Add TCPKeepAlive to sshd_config 2016-08-28 20:22:36 -04:00
Garrett Honeycutt
3db4fed68c Merge pull request #181 from andrei693/Expose_TCPKeepAlive_from_sshd_config
Expose TCPKeepAlive from sshd_config
2016-08-28 20:22:06 -04:00
Andrei Brezan
d68ebec55d Expose TCPKeepAlive from sshd_config 2016-08-18 10:24:41 +02:00
Garrett Honeycutt
38fe580232 Release v3.43.0 - Add support for Ruby 2.3.1 with Puppet v4 2016-08-08 23:23:45 -04:00
Garrett Honeycutt
a54a8b6f0a Merge pull request #184 from ghoneycutt/support_ruby231
Support Ruby v2.3.1
2016-08-08 23:22:50 -04:00
Garrett Honeycutt
aafdb89eb5 Support Ruby v2.3.1 2016-08-08 20:30:53 -04:00
Garrett Honeycutt
962d0573b9 Explicitly test new Puppet v4 releases 2016-08-08 20:28:31 -04:00
Garrett Honeycutt
2fab526428 Pin gems to continue supporting older ruby versions 2016-08-08 20:27:59 -04:00
Garrett Honeycutt
51b988117b Merge pull request #182 from ghoneycutt/fix_lint_version
Allow puppet-lint v1 so community plugins work
2016-07-04 20:38:26 -04:00
Garrett Honeycutt
097563fff1 Pin json to v1 for Ruby versions < 2
json v2 requires at least ruby v2.0.0
2016-07-04 16:22:34 -04:00
Garrett Honeycutt
697a512898 Allow puppet-lint v1 so community plugins work 2016-07-04 16:10:23 -04:00
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
Garrett Honeycutt
4e3920b820 Merge pull request #178 from jthiesfeld/jthiesfeld-permitemptypasswords
Adding two new options for sshd_config PermitEmptyPasswords and PermitUserEnvironment
2016-06-24 15:51:18 -04:00