- 20 Aug, 2021 1 commit
-
-
Jérôme Charaoui authored
-
- 16 Apr, 2021 1 commit
-
-
LeLutin authored
-
- 13 Apr, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [puppet](https://github.com/puppetlabs/puppet) from 6.3.0 to 6.13.0. - [Release notes](https://github.com/puppetlabs/puppet/releases) - [Commits](https://github.com/puppetlabs/puppet/compare/6.3.0...6.13.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 26 Feb, 2021 1 commit
-
- 22 Feb, 2021 1 commit
-
-
Micah authored
Comparing against the one shipped in bullseye didn't show any differences from the Buster template. However, I did notice that we *hard-code* one option, but it is also parameterized: GSSAPIAuthentication <%= scope.lookupvar('::sshd::gssapi_authentication') %> and then later in the template is: GSSAPIAuthentication no I removed this hard-coded option. Additionally, the "UseDNS no" option seems to be default set to this option, and is commented earlier in the file, so this is an unnecessary setting.
-
- 08 Jul, 2020 2 commits
-
-
Antoine Beaupré authored
- 23 Jun, 2020 2 commits
-
-
Antoine Beaupré authored
also export the entire line See merge request !33
- 19 Apr, 2020 2 commits
-
-
LeLutin authored
Modulefile was deprecated during the puppet 3.x cycle. The file also mentions that the license was Apache 2.0 but the README for this repos says the code is GPL3. I've reused GPL3 since this is what I was assuming this code to be licensed under. I haven't explicitly added FreeBSD, OpenBSD and Gentoo support since I think no one participating in this module has been using the module for these distros/platforms for a good while. We might want to drop support for them, or add them explicitly if someone manifests interest in keeping them.
-
- 29 Feb, 2020 1 commit
-
-
dependabot[bot] authored
Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 12.3.3. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v12.3.2...v12.3.3 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 29 Jan, 2020 1 commit
-
-
LeLutin authored
In some very specific cases it might be useful to extend the list of accepted environment variables from ssh clients. I don't quite know how to manage whatever CentOS has done to this option's default value (e.g. maybe replacing the entire default thing might break some expected functionality?) so I didn't change the templates for this distro.
-
- 12 Sep, 2019 1 commit
-
-
Antoine Beaupré authored
It might be useful for users of this fact to have access to the entire original public key, comments, warts and all. For example, some people (like me) might be unhappy about the built-in ssh_authorized_key type and might have decided to implement their own type, based on a simple concat::fragment. In that case, it's much simpler to embed simply the entire public key than reassemble it by type/key/comment. In fact, it's unclear to me why the original ssh_authorized_key resource split it up like this, in retrospect. But I understand it's necessary for this fact to export that to have it backwards compatible, so that's left.
-
- 13 Aug, 2019 1 commit
-
-
Jérôme Charaoui authored
-
- 26 Apr, 2019 2 commits
-
-
Matt Taggart authored
Add sshd_config template for Debian buster See merge request !30
-
Kienan Stewart authored
-
- 08 Mar, 2019 1 commit
-
- 25 Feb, 2019 4 commits
-
-
LeLutin authored
The currently computed Gemfile.lock contains references to some libraries with security issues. If some CI runner uses this to run this module's tests, it might be problematic.
-
LeLutin authored
...and re-compute Puppetfile.lock
-
LeLutin authored
the config file has changed in buster's sshd. some options were removed. let's try to minimize differences from our template to the default config file, as we usually do.
-
- 11 Feb, 2019 1 commit
-
-
Kienan Stewart authored
-
- 10 Dec, 2018 1 commit
-
-
groente authored
-
- 09 Dec, 2018 1 commit
-
-
groente authored
-
- 30 Oct, 2018 1 commit
-
-
mh authored
-
- 03 Jul, 2018 1 commit
-
-
Jérôme Charaoui authored
Add sshd::use_host_dsa_key parameter, defaults to true, fixes #6 Closes #6 See merge request !28
-
- 24 Jun, 2018 1 commit
-
-
Jérôme Charaoui authored
-
- 20 Mar, 2018 1 commit
-
- 18 Mar, 2018 1 commit
-
-
mh authored
-
- 21 Feb, 2018 1 commit
-
-
Jérôme Charaoui authored
-
- 12 Jan, 2018 8 commits
-
-
Micah authored
-
Micah authored
-
Jérôme Charaoui authored
Fix hardened See merge request !26
-
Micah authored
In the immerda merge, the hardened sections in the Debian templates were lost, this adds them back in
-
Jérôme Charaoui authored
Remove support for Wheezy, Squeeze and EOL Ubuntu releases See merge request !25
-
Micah authored
-
Jérôme Charaoui authored
-
- 05 Jan, 2018 1 commit
-
-
Jérôme Charaoui authored
-