aboutsummaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2008-09-29merged with riseupmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2263 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-09-28include assert_lsbdistcodename for debianMicah Anderson
2008-09-28add some comments to clarify how to set variables, and provide examplesMicah Anderson
2008-09-27clarify 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-27rename the templates to coincide with the downcased lsbdistcodenameMicah Anderson
also add a missing comma in the content selector
2008-09-27Change 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-27fix the default of PubkeyAuthentication (supposed to be yes, but was set to no)Micah Anderson
2008-09-27fix duplicate sshd word in variable nameMicah Anderson
2008-09-27add the ability to set the ListenAddress configuration option through ↵Micah Anderson
sshd_listen_address
2008-09-26add the variable sshd_authorized_keys_file with the default set to the ↵Micah Anderson
normal: %h/.ssh/authorized_keys
2008-09-26add sshd_port variable enabling you to set a different port for sshd, ↵Micah Anderson
default is 22
2008-09-26minor fix to indentationMicah Anderson
2008-09-26add 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-26add variable sshd_permit_empty_passwords, with the default set to noMicah Anderson
2008-09-26added sshd_rhosts_rsa_authentication variable, default set to noMicah Anderson
added sshd_hostbased_authentication variable, default set to no
2008-09-26add sshd_ignore_rhosts option, default set to yesMicah Anderson
2008-09-26add the sshd_strict_modes variable, with the default set to yesMicah Anderson
2008-09-26add the sshd_rsa_authentication option, default set to noMicah Anderson
2008-09-26add sshd_pubkey_authentication variable, with the default set to yesMicah Anderson
2008-09-26added sshd_challenge_response_authentication variable, with the default ↵Micah Anderson
value set to no
2008-09-26Add the variable AllowAgentForwarding to be set, with the default of 'no', ↵Micah Anderson
only the Debian template was adjusted for this, as my knowledge of the other operating systems is not good enough to determine the appropriate setting there
2008-09-09Merge commit 'puzzle/development'mh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2230 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-09-05added libssh2 stuffmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2212 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-07-29remove double definitionmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2093 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-07-29Merge commit 'puzzle/development'mh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2092 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-07-25fixed fact as centos doesn't seem to add the hostname to the hostkey, fixed ↵mh
package requirement git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1994 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-07-17added exporting and collecting of ssh keysmh
Taken from David Schmitts ssh module: http://git.black.co.at/?p=module-ssh git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1877 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-06-17readded a sourcemh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1628 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-06-13merged with puzzlemh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1614 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-11added status infomh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1198 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-11added debian and ubuntumh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1197 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-04fixed missing bracketmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1164 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-04fixed typomh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1163 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-04removed crapmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1162 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-04-04moved /dist/-stuff to /files/, heavily refactored a lot, made it more look ↵mh
all the same way. some sources added here and there. hope it still works everything, the location on the disk of /files/ is still call dists. no need to hurry to change that git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1160 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29fixed wrong pathmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@923 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29changed server waymh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@921 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29typomh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@916 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29rearranged stuffmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@913 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29fixed real pathmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@911 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29refactored the whole modulemh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@906 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29notice not warnmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@893 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29debug infosmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@890 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-29debug infosmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@886 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-25fixed import ordermh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@846 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-17added new var to templatemh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@831 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-17typo in definitionmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@826 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-17typo in definitionmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@825 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-17last one doesn't have , in definitionsmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@824 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
2008-02-17typo in definitionmh
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@823 d66ca3ae-40d7-4aa7-90d4-87d79ca94279