394 Commits

Author SHA1 Message Date
Garrett Honeycutt
0e5cc2fc52 Release v3.26.0 - Add params related to authorized keys
Add params for AuthorizedKeysCommand and AuthorizedKeysCommandUser for
sshd_config.
2015-04-13 19:28:23 -04:00
Garrett Honeycutt
de29fb46ca Merge pull request #108 from ghoneycutt/authorized_keys_command
Add parameters for AuthorizedKeysCommand and AuthorizedKeysCommandUser
2015-04-13 19:27:58 -04:00
Garrett Honeycutt
c105d91d4e Add parameters for AuthorizedKeysCommand and AuthorizedKeysCommandUser 2015-04-13 17:01:45 -04:00
Garrett Honeycutt
f0f0bccfa8 Merge pull request #107 from Phil-Friderici/template_fix
move empty line into conditional block
2015-04-09 15:08:51 -04:00
Phil Friderici (ephifre)
a30a509889 move empty line into conditional block 2015-04-09 11:36:58 +02:00
Garrett Honeycutt
538deaecf5 Release v3.25.0 - Add params for more sftp related settings 2015-04-08 09:54:17 -04:00
Garrett Honeycutt
6d89dfd968 Merge pull request #106 from ghoneycutt/sftp_settings
Sftp settings
2015-04-08 09:53:34 -04:00
Garrett Honeycutt
8d80bd6c40 Pin rspec-puppet to v1.0 2015-04-07 13:59:09 -04:00
Garrett Honeycutt
80f77a2000 Work with Phil on PR
Numbers are treated as strings, so removed those from the test.
Simplified validation of sshd_config_forcecommand to simply check if it
is a string.
2015-04-07 13:55:49 -04:00
Garrett Honeycutt
bc15c75c77 Update testing environment and test metadata 2015-04-07 13:51:45 -04:00
Garrett Honeycutt
6d90e568b6 Deprecate Modulefile in favor of metadata.json 2015-04-07 13:51:30 -04:00
Phil Friderici (ephifre)
ffde12030c parameterize sftp_server related settings 2015-04-07 18:32:01 +02:00
Garrett Honeycutt
42e0517249 Release v3.24.0 - Manage ssh_known_hosts 2014-11-16 17:32:41 -08:00
Garrett Honeycutt
a9d1b75867 Merge pull request #101 from ghoneycutt/known_hosts
Known hosts
2014-11-16 17:31:56 -08:00
Garrett Honeycutt
a8be0466dc Always manage ssh_known_hosts and add spec tests 2014-11-16 16:47:44 -08:00
Markus Frosch
a03df37f09 Manage the ssh_known_hosts file when ssh_key_import is used 2014-11-16 16:47:44 -08:00
Garrett Honeycutt
f5081f3055 Support Puppet Enterprise > 3.2 and < 4 2014-11-14 11:04:45 -08:00
Garrett Honeycutt
9057f35b2c Merge pull request #100 from ghoneycutt/support_newer_versions_of_pe
Support versions of Puppet Enterprise greater than 3.3
2014-11-14 11:04:04 -08:00
Garrett Honeycutt
83d0e072a0 Support versions of Puppet Enterprise greater than 3.3 2014-11-14 09:27:36 -08:00
Garrett Honeycutt
2b758f4cd8 Release v3.23.0 - Support MaxStartups and MaxSessions in sshd_config 2014-11-14 09:18:00 -08:00
Garrett Honeycutt
c37520df42 Merge pull request #99 from ghoneycutt/maxstartups_and_maxsessions
Maxstartups and maxsessions
2014-11-14 09:15:18 -08:00
Garrett Honeycutt
9232254a1b Support Ruby v2.1.0 2014-11-13 01:47:00 -08:00
Garrett Honeycutt
d462f6f0b2 Improve validation of sshd_config_maxstartups and add spec tests 2014-11-13 01:46:53 -08:00
Kalle Kiviaho
6d6fe4c030 Add support for MaxStartups and MaxSessions in sshd_config
MaxStartups and MaxSessions control how many connections can be made to a ssh server.
Corrected faulty commented value for MaxStartups.
2014-11-12 16:03:08 -08:00
Garrett Honeycutt
3e4536d097 Release v3.22.0 - Add ability to specify ListenAddress 2014-10-27 20:04:48 -04:00
Garrett Honeycutt
1f3d467aea Merge pull request #94 from ghoneycutt/add_sshd_listen_address
Add sshd listen address
2014-10-27 20:01:32 -04:00
Garrett Honeycutt
8fbbdc7d3d Add ability to specify ListenAddress in sshd_config 2014-10-25 13:52:05 -07:00
Markus Frosch
445981f9af Add sshd_listen parameter for ListenAddress 2014-10-25 21:48:13 +02:00
Garrett Honeycutt
4a05db8ff4 Release v3.21.0 - Add ability to specify HostKey in sshd_config 2014-10-21 11:51:23 -04:00
Garrett Honeycutt
660c69801b Merge pull request #91 from ghoneycutt/style_fix
Style fix - no functional changes
2014-10-21 11:50:42 -04:00
Garrett Honeycutt
aeddcdceff Style fix - no functional changes 2014-10-21 11:50:00 -04:00
Garrett Honeycutt
fadfa3b3bc Merge pull request #85 from diddi-/sshd_hostkey
Add support for changing HostKey option in sshd_config
2014-10-21 11:49:05 -04:00
Garrett Honeycutt
9a958b749a Release v3.20.0 - Support EL7 2014-10-15 08:48:26 -04:00
Garrett Honeycutt
72de64fd71 Merge pull request #90 from ghoneycutt/el7
El7
2014-10-15 08:45:57 -04:00
Garrett Honeycutt
0e15d74b4b Support EL7
No actual code changes were needed to support EL7. Tests were updated
such that each supported release of EL is now tested.
2014-10-14 20:30:37 -04:00
Garrett Honeycutt
998026b54d Support puppet-lint v1 2014-10-14 20:30:17 -04:00
Garrett Honeycutt
76868e6dbf Support Puppet v3.7 2014-10-14 20:29:45 -04:00
Garrett Honeycutt
685977b7de Merge pull request #89 from ghoneycutt/release_v3.19.1_bugfix_for_GSSAPIDelegateCredentials
Release v3.19.1 - Bugfix: default GSSAPIDelegateCredentials to undef
2014-09-24 10:33:29 -04:00
Garrett Honeycutt
114bbccadb Release v3.19.1 - Bugfix: default GSSAPIDelegateCredentials to undef
This was previously set to undef everywhere except Solaris 11 which was
set incorrectly to 'yes'.
2014-09-24 10:13:56 -04:00
Garrett Honeycutt
b6089b8656 Release v3.19.0 - Support GSSAPIDelegateCredentials in ssh_config 2014-09-23 17:42:20 -04:00
Garrett Honeycutt
27e9f94c15 Merge branch 'master' of github.com:ghoneycutt/puppet-module-ssh 2014-09-23 17:41:14 -04:00
Garrett Honeycutt
3764e4dcd5 Merge pull request #88 from ghoneycutt/GSSAPIDelegateCredentials_ssh_config_for_solaris11
Add support for GSSAPIDelegateCredentials in ssh_config.
2014-09-23 17:41:03 -04:00
Roy Victor Williams
ab37372230 Add support for GSSAPIDelegateCredentials in ssh_config.
By default this only applies to Solaris 11.
2014-09-23 16:52:34 -04:00
Garrett Honeycutt
b36f5869ad Release v3.18.0 - ability to specify custom templates 2014-09-03 21:43:55 -04:00
Garrett Honeycutt
c4aa7d6a9a Merge pull request #82 from wolfspyre/parameterize_templates
permit custom templates for ssh_config and sshd_config
2014-09-03 21:43:12 -04:00
Diddi Oscarsson
2dfe01c0e3 Add support for changing HostKey option
This is to make it possible to change the HostKey parameter in
sshd_config.

As the HostKey is hardcoded to the template now it is currently not
possible to connect using for example ssh-dss. This commit changes that
behaviour.
2014-09-02 13:41:46 +02:00
Wolf Noble
b719363821 fix facts declarations in spec tests to pass codesmell 2014-08-13 18:03:50 -05:00
Wolf Noble
dbd0e51760 Add parameters to specify the template used to generate sshd_config and ssh_config 2014-08-12 14:47:58 -05:00
Garrett Honeycutt
2210c9c622 Release v3.17.0 - deep merge for sshd_config deny/allow users 2014-08-09 11:43:50 -04:00
Garrett Honeycutt
7dc420ef12 Merge pull request #81 from ghoneycutt/use_hiera_array_for_deep_merge
Use hiera array for deep merge
2014-08-09 11:41:56 -04:00