Age | Commit message (Expand) | Author |
2009-07-07 | the sshd::linux class cannot also define the openssh package | Micah Anderson |
2009-07-07 | Template out the possibility of specifying the key word 'off' to the | Micah Anderson |
2009-07-07 | make it possible to override what version of openssh-server and client are in... | Micah Anderson |
2009-07-07 | replace the sshd_additional_options variable with two, one called | Micah Anderson |
2009-07-02 | removed the facter/sshkeys.rb, this is handled by facter now days, so it is n... | Micah Anderson |
2008-12-07 | Merge commit 'anarcat/master' | Micah Anderson |
2008-12-07 | Fix location of default sftp-server on Debian, and uncomment the sftp | Micah Anderson |
2008-12-07 | Merge commit 'ng/master' | Micah Anderson |
2008-12-06 | emit a warning instead of info when the ssh server doesn't have an sshrsa key | Antoine Beaupre |
2008-12-06 | use the proper fact to export ssh keys. See http://projects.reductivelabs.com... | Antoine Beaupre |
2008-12-02 | make saner defaults for authorized_keys | Antoine Beaupre |
2008-11-07 | unified naming | mh |
2008-11-07 | check ssh with nagios | mh |
2008-10-27 | In debian, the daemon is run as 'sshd', but the initscript is | Micah Anderson |
2008-10-27 | lsbdistcodename is the proper variable to check for if the system is debian o... | Micah Anderson |
2008-10-27 | Debian's sshd config typically has PrintMotd no set because its already print... | Micah Anderson |
2008-10-26 | change the debian 'hasrestart' option to a selector based on which $debian_ve... | Micah Anderson |
2008-10-23 | update formatting to be consistent with upstream puppet emacs mode, if this i... | Micah Anderson |
2008-10-23 | Merge branch 'master' of gitosis@labs.riseup.net:module_sshd | Micah Anderson |
2008-10-23 | debian has both status and restart options, in fact restart is | Micah Anderson |
2008-10-21 | Merge commit 'immerda/master' | Pietro Ferrari |
2008-10-20 | new options, cleaned up real_ hack | mh |
2008-10-02 | remove deprecated define | mh |
2008-09-30 | Merge commit 'ng/master' | Micah Anderson |
2008-09-30 | fix correct inheritance | mh |
2008-09-29 | remove dependency completly | mh |
2008-09-29 | moved package depency to the linux class, openbsd doesn't have this package | mh |
2008-09-29 | factored out the package to some subclasses as openbsd doesn't need such a pa... | mh |
2008-09-29 | added link for lsb stuff | mh |
2008-09-29 | merged with riseup | mh |
2008-09-28 | include assert_lsbdistcodename for debian | Micah Anderson |
2008-09-28 | add some comments to clarify how to set variables, and provide examples | Micah Anderson |
2008-09-27 | clarify in the example about how you can set multiple ListenAddresses with th... | Micah Anderson |
2008-09-27 | rename the templates to coincide with the downcased lsbdistcodename | Micah Anderson |
2008-09-27 | Change the template naming: | Micah Anderson |
2008-09-27 | remove some newlines from the template to clean it up a bit | Micah Anderson |
2008-09-27 | fix the default of PubkeyAuthentication (supposed to be yes, but was set to no) | Micah Anderson |
2008-09-27 | fix duplicate sshd word in variable name | Micah Anderson |
2008-09-27 | add the ability to set the ListenAddress configuration option through sshd_li... | Micah Anderson |
2008-09-27 | adjust template to not leave behind so many empty lines | Micah Anderson |
2008-09-27 | fix minor spelling error | Micah Anderson |
2008-09-27 | fix incorrect variable sshd_permit_empty_passwords | Micah Anderson |
2008-09-26 | add the variable sshd_authorized_keys_file with the default set to the normal... | Micah Anderson |
2008-09-26 | add sshd_port variable enabling you to set a different port for sshd, default... | Micah Anderson |
2008-09-26 | minor fix to indentation | Micah Anderson |
2008-09-26 | add sshd_allow_tcp_forwarding variable, with the default changed to no (note ... | Micah Anderson |
2008-09-26 | add variable sshd_permit_empty_passwords, with the default set to no | Micah Anderson |
2008-09-26 | fix ignore_rhosts variable name | Micah Anderson |
2008-09-26 | added sshd_rhosts_rsa_authentication variable, default set to no | Micah Anderson |
2008-09-26 | add sshd_ignore_rhosts option, default set to yes | Micah Anderson |