15 Commits

Author SHA1 Message Date
Garrett Honeycutt
ccfce3d093 Release v3.6.1 - Support Puppet v3.4 and Ruby v2.0.0 2014-02-06 16:26:24 -05:00
Garrett Honeycutt
c68707e75c Release v3.6.0 - Add ability to do merge lookup for ssh keys
Add parameter, hiera_merge, which lets you do a merge lookup through the
use of hiera_hash() for ssh keys.
2014-01-20 09:42:52 -05:00
Garrett Honeycutt
9c0985514d Release v3.5.0 - Optionally manage banner file 2013-12-21 02:33:57 -05:00
Garrett Honeycutt
db52073c3b Add ability to manage HashKnownHosts in ssh_config 2013-12-19 07:39:06 -05:00
Garrett Honeycutt
7b97397d20 Release v3.3.0 - Default ChallengeResponseAuthentication to yes
This is the default given in SSHD_CONFIG(5)
2013-12-04 11:23:54 -08:00
Garrett Honeycutt
7250ad514e Release v3.2.1
Validates keys parameter to ensure it is a hash before calling
create_resources().
2013-11-14 18:01:23 -05:00
Garrett Honeycutt
285cafe130 Release v3.2.0 2013-11-03 19:48:16 -05:00
Garrett Honeycutt
5971660ec3 Release v3.0.0
Remove sshd_config_sendenv_xmodifiers parameter which introduced a bug
that would prevent sshd from running.

Change default behvior of sshd to permit root to login. This is done to
be in line with the standard default of sshd. If you want to block root
from logging in by default, set the following in hiera.

ssh::permit_root_login: false
2013-10-31 20:29:50 +01:00
Garrett Honeycutt
8c1e058343 Release v2.5.0
Ability to manage more options in the ssh_config and sshd_config files.

ssh_config
* SendEnv XMODIFIERS

sshd_config
* SendEnv XMODIFIERS
* PasswordAuthentication
* AllowTcpForwarding
* X11Forwarding
* UsePAM
* ClientAliveInterval
2013-10-31 11:23:18 +01:00
Garrett Honeycutt
21b21667ac Release 2.4.0
Support for Ubuntu
2013-10-21 17:09:21 -04:00
Garrett Honeycutt
fef452b803 Release 2.3.0
Support for Suse 11
2013-10-17 17:19:50 -04:00
Garrett Honeycutt
1ac04501e0 Add ability to add more OS's and add spec tests 2013-10-15 12:43:09 -04:00
Garrett Honeycutt
58561177e0 Add spec tests
This is a first pass and is in no way complete. It does travis support
and test the default case and the major params that change logic.
2013-07-01 17:06:16 -04:00
Garrett Honeycutt
5b12943921 Depend on ghoneycutt/common v1.0.0 and >= 3.2x of stdlib 2013-05-24 13:40:03 +02:00
Garrett Honeycutt
edb956ee98 initial commit 2013-05-16 16:06:06 +02:00