Commit Graph

  • 363b4a190f Merge pull request #38 from Phil-Friderici/ssh_config_hash_known_hosts Garrett Honeycutt 2013-12-19 04:38:44 -08:00
  • c6c85ed325 fixing spec warnings Phil Friderici 2013-12-11 14:45:53 +01:00
  • 7bce1e8b35 ssh_config_hash_known_hosts option added Phil Friderici 2013-12-11 14:23:59 +01:00
  • 388ba4d147 Add option to specify banner content Kent Johansson 2013-12-05 12:11:36 +01:00
  • 7b97397d20 Release v3.3.0 - Default ChallengeResponseAuthentication to yes Garrett Honeycutt 2013-12-04 11:23:54 -08:00
  • ebeb263b74 Merge pull request #36 from dantremblay/CRA_yes Garrett Honeycutt 2013-12-04 11:22:59 -08:00
  • c60c8618f8 Change default value for sshd_config_challenge_resp_auth to 'yes' Daniel Tremblay 2013-12-04 18:55:40 +00:00
  • e70afd4805 Add example of ssh key running command to README Garrett Honeycutt 2013-11-18 12:57:30 +01:00
  • f964678546 Add test for ssh key that runs a command Garrett Honeycutt 2013-11-18 12:55:55 +01:00
  • 7250ad514e Release v3.2.1 Garrett Honeycutt 2013-11-14 18:01:23 -05:00
  • 799e24f9bf Merge pull request #35 from ghoneycutt/validate_keys_hash Garrett Honeycutt 2013-11-14 15:00:53 -08:00
  • 359a041582 Validate keys parameter Garrett Honeycutt 2013-11-14 17:57:47 -05:00
  • 285cafe130 Release v3.2.0 Garrett Honeycutt 2013-11-03 19:48:16 -05:00
  • b279b54685 Merge pull request #34 from ghoneycutt/specify_port Garrett Honeycutt 2013-11-03 16:47:46 -08:00
  • 3dfa15ef6b Add ability to specify listen port for sshd Garrett Honeycutt 2013-11-02 14:14:18 +01:00
  • 31397a0f18 Add Debian 7 support Garrett Honeycutt 2013-11-02 13:59:27 +01:00
  • 4ccaf44add Merge pull request #33 from ghoneycutt/three_oh Garrett Honeycutt 2013-10-31 14:27:11 -07:00
  • 9f6eaaf916 Merging v3.0.0 into master Garrett Honeycutt 2013-10-31 22:26:11 +01:00
  • 1346a1e20d Merge pull request #32 from ghoneycutt/revert_sshd_config_sendenv_xmodifiers Garrett Honeycutt 2013-10-31 14:21:50 -07:00
  • 5971660ec3 Release v3.0.0 Garrett Honeycutt 2013-10-31 20:13:05 +01:00
  • b1fec9ba95 Revert sshd_config_sendenv_xmodifiers which introduced a bug Garrett Honeycutt 2013-10-31 20:20:35 +01:00
  • 8c1e058343 Release v2.5.0 Garrett Honeycutt 2013-10-31 11:23:18 +01:00
  • 7e093265e2 Merge pull request #31 from ghoneycutt/add_sendenv_xmodifiers Garrett Honeycutt 2013-10-31 03:22:37 -07:00
  • 2ecb232a0e Add feature to allow setting 'SendEnv XMODIFIERS' Garrett Honeycutt 2013-10-31 11:19:46 +01:00
  • 79e8119470 Merge pull request #30 from ghoneycutt/add_more_params Garrett Honeycutt 2013-10-31 02:45:22 -07:00
  • c178b9519a normalize fail message format Garrett Honeycutt 2013-10-31 10:39:14 +01:00
  • 952bea5393 Added more parameterizations Phil Friderici 2013-10-31 09:26:45 +01:00
  • 51aa16a0af Merge pull request #23 from ghoneycutt/new_master Garrett Honeycutt 2013-10-21 21:34:04 -07:00
  • 21b21667ac Release 2.4.0 Garrett Honeycutt 2013-10-21 17:05:52 -04:00
  • a436adffd1 Refactor to fully support Ubuntu Garrett Honeycutt 2013-10-21 15:19:08 -04:00
  • 039ec10f0b Add ubuntu support Alex Tu 2013-10-21 16:45:43 +08:00
  • fef452b803 Release 2.3.0 Garrett Honeycutt 2013-10-17 17:19:50 -04:00
  • 62989c5c19 Merge pull request #19 from ghoneycutt/improve_spec_tests Garrett Honeycutt 2013-10-17 14:18:36 -07:00
  • 3fbadff68c Add spec tests for variables in sshd_config template Garrett Honeycutt 2013-10-17 17:07:15 -04:00
  • 60ed4b8a4f Add missing spec test in sshd_config for banner option Garrett Honeycutt 2013-10-17 16:58:16 -04:00
  • ebe04a0fe6 Refactor to condense lines in spec test for readability Garrett Honeycutt 2013-10-17 16:55:14 -04:00
  • 3ddacee430 Merge pull request #18 from ghoneycutt/fix_undef_variables_in_template Garrett Honeycutt 2013-10-17 13:51:45 -07:00
  • 55da6eeb92 Add spec tests for ssh_config template Garrett Honeycutt 2013-10-17 16:44:41 -04:00
  • e796537601 Merge pull request #15 from Phil-Friderici/sles_support Garrett Honeycutt 2013-10-17 13:33:37 -07:00
  • 7bc00797ae Fixed header Phil Friderici 2013-10-17 15:46:28 +02:00
  • 812465b677 Changed: usage of case instead of if-else, removed typos Phil Friderici 2013-10-17 15:39:10 +02:00
  • 78ed132af3 Removed duplicate documentation from module Phil Friderici 2013-10-16 12:47:06 +02:00
  • 376b8738fa Fixed undef variables problems in ssh_config.erb Phil Friderici 2013-10-16 12:44:31 +02:00
  • b6907bf14f Added support for Suse Phil Friderici 2013-10-16 11:29:11 +02:00
  • 23eab804a2 Merge pull request #14 from ghoneycutt/support_multiple_os Garrett Honeycutt 2013-10-15 10:04:34 -07:00
  • 1ac04501e0 Add ability to add more OS's and add spec tests Garrett Honeycutt 2013-10-15 12:43:09 -04:00
  • 144596197e Merge branch 'ssh_config' of https://github.com/jwennerberg/puppet-module-ssh into jwennerberg-ssh_config Garrett Honeycutt 2013-10-15 12:14:23 -04:00
  • 0920d8123b Merge pull request #11 from ghoneycutt/sshkeys Garrett Honeycutt 2013-09-25 07:50:21 -07:00
  • cadc6472d3 Remove duplicate documentation from manifest Garrett Honeycutt 2013-09-25 16:38:20 +02:00
  • 4a67684240 Add ssh authorized key management Martin Hagstrom 2013-09-25 16:11:37 +02:00
  • 272b3e442d Add parameters to ssh_config and sshd_config Johan Wennerberg 2013-09-05 14:42:41 +02:00
  • d3e8c6f4d6 Merge pull request #8 from narf-/normalize-testing Garrett Honeycutt 2013-08-22 02:20:05 -07:00
  • 3d06a3eb08 Update for nomalize testing. Richard Nordlund 2013-08-22 10:58:30 +02:00
  • 41d51e4636 Merge pull request #7 from ghoneycutt/spec_tests Garrett Honeycutt 2013-07-01 14:13:23 -07:00
  • 58561177e0 Add spec tests Garrett Honeycutt 2013-07-01 17:06:16 -04:00
  • 98b3a37323 Merge pull request #6 from ghoneycutt/style_cleanup Garrett Honeycutt 2013-07-01 09:54:37 -07:00
  • 2033ae0e08 Remove trailing whitespace from manifest Garrett Honeycutt 2013-07-01 12:53:27 -04:00
  • 5b12943921 Depend on ghoneycutt/common v1.0.0 and >= 3.2x of stdlib Garrett Honeycutt 2013-05-24 13:40:03 +02:00
  • 9fcd890336 Merge pull request #3 from emahags/issue-documentation Garrett Honeycutt 2013-05-22 12:46:10 -07:00
  • b2b0feb6a3 Fixes for documentation Martin Hagstrom 2013-05-21 12:51:13 +02:00
  • 52a42d0c43 Added documentation Martin Hagstrom 2013-05-21 10:57:09 +02:00
  • edb956ee98 initial commit Garrett Honeycutt 2013-05-16 16:06:06 +02:00
  • 7f6c233641 Initial commit Garrett Honeycutt 2013-05-16 06:36:23 -07:00