339 Commits

Author SHA1 Message Date
Florian Faltermeier
49c799afb3 add support for PubkeyAuthentication in sshd_config 2016-06-08 15:25:24 +02:00
Garrett Honeycutt
aae6a69bcb Merge pull request #172 from Phil-Friderici/mini_fixes
Remove needless file
2016-06-07 10:10:02 -04:00
Florian Faltermeier
b0b245e2ed add host_aliases attribute to sshkey resource 2016-06-07 10:49:37 +02:00
Florian Faltermeier
a7a15c203e allow ecdsa-sha2-nistp256 hostkeys 2016-06-07 09:15:06 +02:00
Phil Friderici
ecb889af82 Remove needless file 2016-06-07 08:47:51 +02:00
Garrett Honeycutt
bfb085888b Release v3.38.0 2016-06-06 16:21:40 -04:00
Garrett Honeycutt
672ebed448 Merge pull request #171 from ghoneycutt/prep_3_38_0
Prep v3.80.0
2016-06-06 16:19:35 -04:00
Garrett Honeycutt
dfe8bd791e Prep v3.80.0 2016-06-06 13:58:01 -04:00
Garrett Honeycutt
cbc1db4819 Merge pull request #170 from ghoneycutt/maxauthtries
Add param to manage MaxAuthTries in sshd_config
2016-06-06 13:56:21 -04:00
Garrett Honeycutt
bbcf100545 Release v3.37.1 - Solaris bugfix to remove AddressFamily 2016-06-06 13:43:39 -04:00
Garrett Honeycutt
14be3f08af Merge pull request #161 from nbentoumi/fix_solaris_issue
Fix Solaris ssh issue - AddressFamily not supported
2016-06-06 13:42:14 -04:00
jthiesfeld
e1841e04d8 Add param to manage MaxAuthTries in sshd_config 2016-06-06 12:49:20 -04:00
Nasredine Bentoumi
c04c0cca92 Fix Solaris ssh issue - AddressFamily not supported 2016-06-06 12:27:48 -04:00
Garrett Honeycutt
e29c06349d Release v3.37.0 - Add params to manage more options in ssh_config
* StrictHostKeyChecking
  * EnableSSHKeysign
  * HostbasedAuthentication
2016-06-04 14:33:26 -04:00
Garrett Honeycutt
d7d8692d3d Merge branch 'master' of github.com:ghoneycutt/puppet-module-ssh 2016-06-04 14:31:53 -04:00
Garrett Honeycutt
c73f520432 Merge pull request #168 from ghoneycutt/add_ssh_params
Add ssh params
2016-06-04 14:31:38 -04:00
Garrett Honeycutt
79e53c0940 Fix strict variable checks 2016-06-04 12:26:36 -04:00
Garrett Honeycutt
88f857d6b6 Work with apazga on adding config options for ssh_config 2016-06-04 10:42:02 -04:00
Abel Paz
b48e066f21 Additional parameters for ssh_config
To allow the following options to be configured in ssh_config
* StrictHostKeyChecking
* EnableSSHKeysign
* HostbasedAuthentication for ssh_client
2016-06-04 10:36:17 -04:00
Garrett Honeycutt
a82e9b9aab Merge branch 'master' of github.com:ghoneycutt/puppet-module-ssh 2016-05-25 16:45:58 -04:00
Garrett Honeycutt
21ca38dc88 Merge pull request #154 from Phil-Friderici/specs_for_facts
Specs for ssh* facts
2016-05-02 12:46:43 -04:00
Garrett Honeycutt
61b8b2e882 Release v3.36.0 - Set UseRoaming based on version of SSH
This release has a large refactor of the spec tests. Big thanks for Phil
Friderici and Anders Larsson!
2016-04-04 14:56:54 -05:00
Garrett Honeycutt
336b395c52 Merge pull request #157 from anders-larsson/useroaming_on_supported_versions
UseRoaming on supported versions only
2016-04-04 14:56:28 -05:00
Anders Larsson
7b9ffdc0e6 Disable puppet-lint 140chars check 2016-03-22 07:31:42 +01:00
Anders Larsson
5b24bcbd70 Ensure rake v10 is used for ruby 1.8.7 2016-03-22 07:09:32 +01:00
Anders Larsson
82962f61ae Update SLE related spec tests 2016-03-21 14:57:15 +01:00
Phil Friderici
bbdb6d4f5e Enhance Puppet v4 compatibility 2016-02-24 12:02:22 +01:00
Anders Larsson
98382a05ff Refactor spec tests 2016-02-24 12:01:30 +01:00
Anders Larsson
32bdfdd20d Add UseRoaming only on supported ssh versions
Facts ssh_version and ssh_version_numeric is now used in the decision of
including UseRoaming in ssh_version.
2016-02-23 11:58:48 +01:00
Phil Friderici
d8f7818134 Allow semantic version strings with two dot 2016-02-15 13:49:24 +01:00
Phil Friderici
041ad172c1 Add spec tests for ssh_version* facts 2016-02-15 13:40:27 +01:00
Garrett Honeycutt
09cb1f4c37 Release v3.35.0 - Add ssh version facts 2016-01-29 17:33:59 -05:00
Garrett Honeycutt
ccc48d79cf Merge pull request #133 from ghoneycutt/facts
WIP - Add facts for ssh version
2016-01-29 17:30:41 -05:00
Garrett Honeycutt
81678d0294 Release v3.34.0 - Address CVE-2016-0777 and CVE-2016-0778
Add ability to disable roaming.
2016-01-17 14:31:14 -05:00
Garrett Honeycutt
f3b35f94f0 Merge pull request #149 from ghoneycutt/use_roaming
Use roaming
2016-01-17 14:30:42 -05:00
Garrett Honeycutt
0f6a0df26b Allow rspec > v2 on platforms that support it 2016-01-17 13:16:48 -05:00
Garrett Honeycutt
a76ec2fd38 Use puppet-lint from git as rubygems is not updated 2016-01-17 13:15:58 -05:00
Garrett Honeycutt
dd970dbaa5 Add CVE-2016-0777 and CVE-2016-0778 information to README 2016-01-17 13:12:26 -05:00
Phil Friderici
38260e68c4 Set UseRoaming parameter only on Linux clients
- add variable validation
- add tests
2016-01-15 15:16:09 +01:00
Michael Merideth
7da166afb8 mitigate client bugs CVE-2016-0777 and CVE-2016-0778 2016-01-14 14:31:12 -07:00
Garrett Honeycutt
9c02168480 Release v3.33.1 - Support Puppet v4.3.0 2015-12-15 22:02:58 -05:00
Garrett Honeycutt
dbc34b67b9 Merge branch 'master' of github.com:ghoneycutt/puppet-module-ssh 2015-12-15 22:02:21 -05:00
Garrett Honeycutt
0904d4896a Merge pull request #143 from ghoneycutt/support_puppet_v430
Support puppet v430
2015-12-15 21:57:39 -05:00
Garrett Honeycutt
a8a939a4d9 Support Puppet v4.3.0
Requires upgrade to ghoneycutt/common v1.4.1
2015-12-15 19:55:11 -05:00
Garrett Honeycutt
d098df02e3 Support Puppet v4.3.0
Requires upgrade to ghoneycutt/common v1.4.1
2015-12-15 16:11:11 -05:00
Garrett Honeycutt
c487d6d8a8 Use https for spec fixtures for easier access through firewalls 2015-12-15 16:10:32 -05:00
Garrett Honeycutt
32c633f5a5 Use community puppet-lint plugins and conform code to them 2015-12-15 16:10:04 -05:00
Garrett Honeycutt
7b86b6ae10 Release v3.33.0 - Add parameter for AddressFamily in sshd_config 2015-12-10 11:52:00 -05:00
Garrett Honeycutt
2b29ced114 Merge pull request #142 from ghoneycutt/sshd_addressfamily
Sshd addressfamily
2015-12-10 11:46:44 -05:00
Garrett Honeycutt
a5db9add8b Keep commented config option to show default value for AddressFamily 2015-12-10 09:59:19 -05:00