Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-02 | removed the facter/sshkeys.rb, this is handled by facter now days, so it is ↵ | Micah Anderson | |
no longer necessary to provide it | |||
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 | |
configuration line to get the sshd_config file defaults to be more like the standard shipped defaults from Debian | |||
2008-12-07 | Merge commit 'ng/master' | Micah Anderson | |
Conflicts: manifests/init.pp Conflict due to indentation formatting differences | |||
2008-12-06 | emit a warning instead of info when the ssh server doesn't have an sshrsa key | Antoine Beaupre | |
also export the key based on ip address, removing all warnings | |||
2008-12-06 | use the proper fact to export ssh keys. See ↵ | Antoine Beaupre | |
http://projects.reductivelabs.com/issues/show/1799#note-1 | |||
2008-12-02 | make saner defaults for authorized_keys | Antoine Beaupre | |
note that this removes the user => root default | |||
2008-11-07 | unified naming | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-11-07 | check ssh with nagios | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2672 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-10-27 | In debian, the daemon is run as 'sshd', but the initscript is | Micah Anderson | |
/etc/init.d/ssh, which means that name needs to be set to 'ssh', and pattern needs to be set to 'sshd', and then we set the hassstatus and hasrestart depending on the lsbdistcodename | |||
2008-10-27 | lsbdistcodename is the proper variable to check for if the system is debian ↵ | Micah Anderson | |
or lenny | |||
2008-10-27 | Debian's sshd config typically has PrintMotd no set because its already ↵ | Micah Anderson | |
printed via PAM. Without it set, it is defaulted to 'yes', which results in the MOTD being printed twice, so we return the Debian default configuration in this commit | |||
2008-10-26 | change the debian 'hasrestart' option to a selector based on which ↵ | Micah Anderson | |
$debian_version is detected, etch does not have a ssh restart option in the initscript, but lenny does | |||
2008-10-23 | update formatting to be consistent with upstream puppet emacs mode, if this ↵ | Micah Anderson | |
is different from the vim mode, then there is a difference between these two editor's formatting that needs to be resolved | |||
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 | |
preferable because a stop/start operation can leave sshd broken because the stop wont stop before the start is run. On the next puppet run ssh will be brought back up, but its a hair-raising few minutes while you wonder what happened | |||
2008-10-21 | Merge commit 'immerda/master' | Pietro Ferrari | |
2008-10-20 | new options, cleaned up real_ hack | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2527 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-10-02 | remove deprecated define | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2317 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-30 | Merge commit 'ng/master' | Micah Anderson | |
2008-09-30 | fix correct inheritance | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2272 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-29 | remove dependency completly | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2267 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-29 | moved package depency to the linux class, openbsd doesn't have this package | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2266 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-29 | factored out the package to some subclasses as openbsd doesn't need such a ↵ | mh | |
package git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2265 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-29 | added link for lsb stuff | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2264 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-09-29 | merged with riseup | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2263 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
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 ↵ | Micah Anderson | |
the right syntax also set the default to be 0.0.0.0 and :: which is the normal default for all IPv4 and all IPv6 addresses | |||
2008-09-27 | rename the templates to coincide with the downcased lsbdistcodename | Micah Anderson | |
also add a missing comma in the content selector | |||
2008-09-27 | Change the template naming: | Micah Anderson | |
1. remove the _normal suffix, as it is not used 2. add a selector to look for the variable $lsbdistcodename being set and use that in selecting a template this is useful to create a Debian_Etch.erb and a Debian_Lenny.erb which can have different values. For example the Debian Etch version of openssh does not have the AllowAgentForwarding option, and if it is included, ssh will fail to start | |||
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 ↵ | Micah Anderson | |
sshd_listen_address | |||
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 ↵ | Micah Anderson | |
normal: %h/.ssh/authorized_keys | |||
2008-09-26 | add sshd_port variable enabling you to set a different port for sshd, ↵ | Micah Anderson | |
default is 22 | |||
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 | |
this is opposite of what the existing template had enabled for Debian, but this is a better setting) | |||
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 | |
added sshd_hostbased_authentication variable, default set to no | |||
2008-09-26 | add sshd_ignore_rhosts option, default set to yes | Micah Anderson | |
2008-09-26 | add the sshd_strict_modes variable, with the default set to yes | Micah Anderson | |
2008-09-26 | fix a set of duplicated sshd words in the variables | Micah Anderson | |
2008-09-26 | add the sshd_rsa_authentication option, default set to no | Micah Anderson | |
2008-09-26 | add sshd_pubkey_authentication variable, with the default set to yes | Micah Anderson | |