Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-13 | Merge branch 'master' of git://labs.riseup.net/shared-sshd | Silvio Rhatto | |
2011-01-30 | Enable support for Ubuntu | Gabriel Filion | |
The sshd class currently has a mechanism to make resources for Ubuntu similar to the ones for Debian, but the sshd::client class doesn't. Also, There are no templates for sshd_config on Ubuntu so provide for them. Since Ubuntu releases almost all use ssh versions that are as recent as the Debian squeeze one, and the default sshd_config file is usually the same as on Debian, add a default (Ubuntu.erb) template so that it fits all Ubuntu releases. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-30 | Add sshd_config template for Debian sid | Gabriel Filion | |
Debian's unstable branch currently has no template for sshd_config, and thus cannot use the sshd class. Add a template for Debian sid. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-30 | Finish fixing ChallengeResponseAuthentication | Gabriel Filion | |
This value was hardcoded in both the Debian lenny and etch templates. The lenny template was fixed with commit 167cf532711ac88 but the etch template was left out. Fix the etch template so that the ChallengeResponseAuthentication instruction is not overridden. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-30 | ssh_authorized_key: use $name for user by default | Gabriel Filion | |
Currently ssh_authorized_key has some logic about $user being false or '', but it sets its value to default to 'root'. So, in order to use the name as the user's name, one has to clear the user parameter, which is totally redundant. Since it is sometimes useful to publish multiple keys for a user, the $user parameter is useful. To make using ssh_authorized_key for one-key normal users simpler, make $user default to being empty (which will use $name as the user name). 'root' can always be specified either via the name or by the $user paramter. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-30 | Fix ssh_authorized_key | Gabriel Filion | |
When one uses the $name to define the user that should receive an SSH key, setting $user to a negative value, ssh_authorized_key currently creates the authorized_keys file under /home/.ssh/authorized_keys Fix this by changing ${user} to ${real_user} in the key's path. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-30 | Add an sshd_config template for FreeBSD | Gabriel Filion | |
Since there is no "catch-all" default configuration file for sshd, we need to add for each OS. Add a template for FreeBSD so that sshd can be configured on this OS. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-30 | Fix inclusion for default os | Gabriel Filion | |
When the os of a client is not one of those that use a specialized class, (e.g. FreeBSD) the inclusion is currently broken: it tries to include sshd::default which does not exist. Change this to include sshd::base instead. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-12-20 | fix debian squeeze sshd_config template to add a missing newline | Micah Anderson | |
2010-12-16 | Introducing perfect forward secrecy for SSH | Silvio Rhatto | |
2010-12-16 | do some trickery as arguments from puppet are passed as an array | mh | |
2010-12-16 | made error mesage a bit more verbose | mh | |
2010-12-16 | remove stupid swap | mh | |
2010-12-16 | Add a function to create ssh keys on the fly | mh | |
This allows you to use content of ssh keys within your manifests and generate them automatically if they don't exist yet. | |||
2010-12-15 | remote KerberosGetAFSToken, its actually not a functional configuration ↵ | Micah Anderson | |
option, even though it is listed in the man page, and commented out in the default config file. I filed a bug with debian (#607238) | |||
2010-12-14 | "ChallengeResponseAuthentication no" was being hardcoded later in the Debian ↵ | Micah Anderson | |
Lenny sshd_config template, even though we offer it as a variable. With this commit, the variable will actually work, rather than be overriden | |||
2010-12-14 | add Debian Squeeze sshd template. Enabled kerberos and gssapi options, using ↵ | Micah Anderson | |
the defaults when not specified | |||
2010-12-11 | Mention dependency on lsb module. | intrigeri | |
2010-10-21 | lenny already has AcceptEnv by default | mh | |
2010-10-21 | use realport | mh | |
2010-10-20 | use parametrized class to pass ssh_ports to open up things | mh | |
2010-10-20 | introduce that port also can't be the name, fix ensure problem | mh | |
2010-10-20 | extend sshd::nagios with ensure param | mh | |
2010-10-20 | add nagios_check_ssh_hostname to tweak the hostname which whould be ↵ | mh | |
monitored, as this one might actually differ | |||
2010-10-20 | move define to own class | mh | |
2010-10-18 | Bugfix | intrigeri | |
2010-10-17 | Merge remote branch 'nadir/master' | intrigeri | |
Conflicts: manifests/init.pp | |||
2010-10-16 | Syntax fix. | intrigeri | |
2010-10-16 | bugfix | intrigeri | |
2010-10-16 | bugfix | intrigeri | |
2010-10-16 | New option sshd_ports that obsoletes sshd_port. | intrigeri | |
Backward compatibility is preserved. | |||
2010-10-16 | Cleanup templates: sshd_port is guaranteed by init.pp not to be empty. | intrigeri | |
2010-10-13 | sshd service has status and restart commands in post-etch Debian releases. | intrigeri | |
2010-10-05 | nagios-cmd is now check_ssh_port - according to shared-nagios | nadir | |
2010-10-04 | Simplify by using the config_file definition. | intrigeri | |
2010-10-03 | Add template for Debian Squeeze. | intrigeri | |
2010-10-03 | Actually allow enabling ChallengeResponseAuthentication on Debian Lenny. | intrigeri | |
2010-06-03 | Using sshd::client::debian for ubuntu | Silvio Rhatto | |
2010-05-18 | Adding Ubuntu_lucid.erb | Silvio Rhatto | |
2010-02-25 | Merge branch 'master' of git://labs.riseup.net/module_sshd | Silvio Rhatto | |
2010-02-21 | update nagios check_command to check ssh port. it was using ssh_port, it ↵ | Micah Anderson | |
should be 'check_ssh_port' | |||
2010-01-30 | Renaming $sshd_internal_ip to $sshd_shared_ip | Silvio Rhatto | |
2009-12-28 | Merge branch 'master' of git://labs.riseup.net/module_sshd | Silvio Rhatto | |
2009-12-27 | Merge remote branch 'lavamind/master' | Micah Anderson | |
2009-12-27 | Reverting last change | Silvio Rhatto | |
2009-12-27 | Always including sshd::client::base | Silvio Rhatto | |
2009-12-27 | Using fqdn instead of hostname.domain | Silvio Rhatto | |
2009-12-27 | Using sshrsakey instead of sshrsakey_key | Silvio Rhatto | |
2009-12-27 | Introducing sshd_internal_ip variable | Silvio Rhatto | |
2009-12-27 | PrintMotd using default OpenSSH setting | Silvio Rhatto | |