Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |
2008-09-26 | added sshd_challenge_response_authentication variable, with the default ↵ | Micah Anderson | |
value set to no | |||
2008-09-26 | add comment about PAM auth to the Debian template (copied from the Gentoo ↵ | Micah Anderson | |
one), as its useful info to have available, due to the complexity of the option | |||
2008-09-26 | Add 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-07-17 | removing PrintMotd and PrintLastLog disabling options from debian template, ↵ | mh | |
they should be enabled imho git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1876 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-06-13 | merged with puzzle | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1614 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-04-04 | moved /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-17 | added new var to template | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@831 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-02-02 | added Debian sshd config | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@728 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2008-01-02 | added barricada | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@343 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 | |||
2007-12-27 | moved sshd to templates so they are cpable of having different allowed_users | mh | |
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@330 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 |