aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh
Commit message (Collapse)AuthorAgeFilesLines
* fix openssh manifest, as having a empty template do not work ( contrary to ↵Michael Scherer2011-06-161-1/+1
| | | | what I (wrongly) tested :/ )
* allow to set a extension to the openssh config ( used toMichael Scherer2011-06-151-2/+3
| | | | add Match block )
* fix link for user and ssh keysMichael Scherer2011-06-081-1/+2
|
* use a define to avoid array flattening by puppetMichael Scherer2011-06-081-12/+15
|
* fix syntaxNicolas Vigier2011-06-081-1/+1
|
* add option to add symlinks on authorized_keysNicolas Vigier2011-06-081-1/+17
|
* fix syntaxNicolas Vigier2011-05-241-1/+1
|
* add cron for ldap-sshkey2file every 10 minutesNicolas Vigier2011-05-241-1/+10
|
* - seems I cannot use the variable in the templateMichael Scherer2011-01-171-1/+1
|
* - fix directory ( this prevent login on rabbit )Michael Scherer2011-01-171-1/+1
|
* reenable the module, to use on rabbitMichael Scherer2011-01-141-3/+3
|
* disable update of sshd_config with ldap for nowNicolas Vigier2011-01-071-3/+3
|
* disable tcp forwarding, so people cannot use our svn server to bounce to ↵Michael Scherer2011-01-071-1/+1
| | | | others server
* the previous trick didn't work as tags are dependent in the order ofMichael Scherer2010-11-233-24/+28
| | | | declaration ( and that's bad (tm) ). This one is safer.
* move the ldap key from ssh logic to openssh module ( more logical ), and add ↵Michael Scherer2010-11-232-0/+44
| | | | the hook in openssh config file
* - use pam for openssh ( I am not sure if we need to restrict its useMichael Scherer2010-11-231-1/+1
| | | | only on ldap hosts )
* - do not let file with passwords to be world readable Michael Scherer2010-11-201-6/+1
| | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others
* - add openssh moduleMichael Scherer2010-10-262-0/+152