Commit graph

344 commits

Author SHA1 Message Date
1baecb9c4a Using quoted strings for release comparison 2016-08-16 15:26:03 +02:00
85b43a2379 Merge branch 'master' into ortiche 2016-08-16 15:24:07 +02:00
ng
672b0985d1 Merge branch 'support_missing_ubuntu_releases' into 'master'
[feat] [feat] Support missing ubuntu releases

Add quantal, raring, saucy, trusty, utopic, vivid, wily, xenial ubuntu release

See merge request !20
2015-11-21 11:52:12 +00:00
varac
e46479a618 [bug] Fix typo for including sshkey class 2015-11-09 17:09:30 +01:00
Micah
c2fd1a769e Merge branch 'disable_stored_config' into 'master'
[feat] Optinally disable exported resources

If run masterless, we cannot export resources, so
we move them to an own class. Including it can be
disabled by passing "use_storedconfig" to the sshd
class.

See merge request !21
2015-11-09 15:05:48 +00:00
varac
fe92ce01fa [feat] Optinally disable exported resources
If run masterless, we cannot export resources, so
we move them to an own class. Including it can be
disabled by passing "use_storedconfig" to the sshd
class.
2015-11-09 10:22:58 +01:00
varac
d5f7c33df5 [feat] [feat] Support missing ubuntu releases
Add quantal, raring, saucy, trusty, utopic, vivid, wily, xenial ubuntu release
2015-11-03 13:53:56 +01:00
2ae42e6633 Modified version comparison to use integers 2015-10-14 19:13:44 +02:00
Micah
b3e81589ee Merge branch 'autossh' into 'master'
autossh support

this series of commits adds support for autossh, to automatically create a tunnel with port forwarding.

we use this to login to *really* remote servers reliably, behind multiple NATs and satellite connexions.

it rocks.

See merge request !18
2015-10-09 19:02:41 +00:00
Jerome Charaoui
571373e081 Merge branch 'disable_debian_banner' into 'master'
disable the debian/ubuntu package version from being sent to clients

dkg pointed out to riseup that our ssh servers were revealing the package version to clients, which is controlled by the DebianBanner config option. It exists in both Debian and Ubuntu and defaults to 'yes', so we explicitly set it to 'no' in the templates for those distros.

See merge request !17
2015-10-09 17:23:30 +00:00
Micah
e36a294dce Merge branch 'master' into 'master'
choose better MAC for squeeze and wheezy

both squeeze (1:5.5p1-6+squeeze6) and wheezy (1:6.0p1-4+deb7u2) have MACs better than hmac-sha1 available in the default search, they both have hmac-sha2-512, hmac-sha2-256, and hmac-ripemd160. So switch to using hmac-sha2-512, which lets us lock down the client MACs more.

See merge request !19
2015-10-06 17:53:48 +00:00
Matt Taggart
8acb349e8b choose better MAC for squeeze and wheezy
both squeeze (1:5.5p1-6+squeeze6) and wheezy (1:6.0p1-4+deb7u2) have MACs better than hmac-sha1 available in the default search, they both have hmac-sha2-512, hmac-sha2-256, and hmac-ripemd160. So switch to using hmac-sha2-512, which lets us lock down the client MACs more.
2015-09-11 16:01:02 -07:00
Antoine Beaupré
6ea0beb114 disable autossh control port
this is important to make it easier to guess the ssh port from the
central server.

we rely on ServerAliveInterval instead to reconnect when we lose the
server.

this was unintentionally removed in november 2012 in the isuma-autossh
package, saying it was "not supported everywhere" and due to some
confusion about the defaults (defaults are to *enable* the port). see
commit ec0ebdd9533a29ee4f62f9fbb84ee9e80219ef84 in there.
2015-06-18 17:15:28 -04:00
Antoine Beaupré
7b99c89edf make autossh fork properly 2015-06-18 17:15:28 -04:00
Antoine Beaupré
50685a8bc7 implement autossh reload
not sure what this was for, but it was in the original implementation
2015-06-18 17:15:28 -04:00
Antoine Beaupré
f794a976ca properly implement daemon 2015-06-18 17:15:28 -04:00
Antoine Beaupré
cb9bceb04e allow customizing user 2015-06-18 17:15:27 -04:00
Antoine Beaupré
da1be21ebb try to avoid conflicting with the isuma-local-servers package 2015-06-18 17:15:00 -04:00
Antoine Beaupré
7a18ca3c8f rewrite autossh startup script with dh_make template 2015-06-18 17:14:59 -04:00
Antoine Beaupré
baf0a425d2 remove traces of isuma vendor 2015-06-18 17:11:21 -04:00
Antoine Beaupré
72b4eadc2d import from autossh package 2015-06-18 17:11:21 -04:00
Jerome Charaoui
abd504a5f4 Facter values changed in 2.x for XenServer 2015-06-08 14:08:59 -04:00
Matt Taggart
b682edaae3 disable the debian/ubuntu package version from being sent to clients 2015-05-22 16:37:03 -07:00
Jerome Charaoui
1f6803708a Add newline to ssh_authorized_key file content 2015-05-21 13:20:38 -04:00
Jerome Charaoui
feeb9400e5 Simplify ssh_authorized_key 2015-05-21 13:19:40 -04:00
Jerome Charaoui
cbfa047a71 Revert "Simplify ssh_authorized_key"
puppet-lint complains about "selector inside resource"

This reverts commit f3c0115743.
2015-05-21 13:12:18 -04:00
Jerome Charaoui
f3c0115743 Simplify ssh_authorized_key 2015-05-21 10:29:03 -04:00
Jerome Charaoui
4c87f6bd1e Add header to ssh_authorized_key when override_builting = 1 2015-05-21 10:17:52 -04:00
Jerome Charaoui
383f919ebb Fix invalid single quotes around variables 2015-05-21 09:58:38 -04:00
Jerome Charaoui
b8e3c1a673 Merge branch 'debian-login-grace' into 'master'
sync LoginGraceTime with debian defaults

for some reason this was 10 minutes in our module, yet 120s everywhere else.

and only in wheezy too, wtf...

See merge request !13
2015-05-20 23:29:41 +00:00
Jerome Charaoui
0a2bca5167 Merge branch 'master' into 'master'
add override_builtin parameter to handle the common authorized_key directory case

riseup uses a common authorized_keys directory and this commit works around a bug in the puppet function that can't handle that. See the longer comment in the code.

See merge request !15
2015-05-20 23:29:00 +00:00
Matt Taggart
e60fb9a027 add override_builtin parameter to handle the common authorized_key directory case 2015-05-20 14:55:09 -07:00
Antoine Beaupré
d00986b0e0 sync LoginGraceTime with debian defaults 2015-05-13 16:20:24 -04:00
Micah
f74a82c38c Merge branch 'fix_lookupvar' into 'master'
Adjust variable lookup in templates to silence deprecation warnings, fixes #1

See merge request !12
2015-05-07 16:46:22 +00:00
Jerome Charaoui
ac6e09ecde Adjust variable lookup in templates to silence deprecation warnings, fixes #1 2015-05-07 11:34:07 -04:00
Jerome Charaoui
df03b0865c Merge branch 'enhance_hardened' into 'master'
Enhance hardened

This implements as many recommendations in https://stribika.github.io/2015/01/04/secure-secure-shell.html as possible

See merge request !10
2015-05-07 15:30:07 +00:00
Micah Anderson
e4a9c15987 Implement enhanced MAC (Message Authentication Codes) according to
installed version of openssh and https://stribika.github.io/2015/01/04/secure-secure-shell.html
2015-05-04 15:42:26 -04:00
Micah Anderson
1402e67b21 Implement enhanced symmetric cipher selection, based on
https://stribika.github.io/2015/01/04/secure-secure-shell.html and
version of openssh installed
2015-05-04 15:42:26 -04:00
Micah Anderson
430c48200e Implement KexAlgorithms settings, based on Key exchange section of
https://stribika.github.io/2015/01/04/secure-secure-shell.html

Note, that on some systems it is uncertain if they will have a new
enough version of openssh installed, so on those a version test is done
to see before setting them.
2015-05-04 15:42:26 -04:00
Micah Anderson
fd82841c1f Change 'hardened_ssl' paramter to simply 'hardened', this makes more
sense in general
2015-05-04 15:42:26 -04:00
Jerome Charaoui
b5e16ec064 Merge branch 'remove_lenny' into 'master'
remove Debian Lenny support

See merge request !8
2015-05-04 17:34:16 +00:00
Micah Anderson
42d4597ca9 remove Debian Lenny support 2015-05-01 12:49:37 -04:00
Antoine Beaupré
e9596d0f6d Merge remote-tracking branch 'micah/remove_etch' into shared
Conflicts:
	templates/sshd_config/Debian_etch.erb
2015-04-17 14:47:03 -04:00
Antoine Beaupré
d4923b2c3a Merge branch 'hostkey_type' into 'master'
Hostkey type

This is the pull request associated with: https://labs.riseup.net/code/issues/8285

See merge request !6
2015-04-17 18:43:16 +00:00
Micah Anderson
e2cad38276 remove etch support 2015-04-17 13:58:03 -04:00
Micah Anderson
953ad0f777 Add GPLv3 license 2015-04-17 11:29:11 -04:00
Micah Anderson
5c9ce49321 change the ssh_keygen function to use different methods depending on if
its puppet 3 or puppet 2
2015-03-27 15:27:12 -04:00
Micah Anderson
52fd60c9f6 Given that ssh -V prints the info we want on stderr, made it so we are 100% sure we are only parsing the expected string 2015-03-27 15:24:02 -04:00
Jerome Charaoui
dabbc89d37 Merge branch 'document_nagios_custom_logic' into 'master'
Document nagios custom logic

Add some note for ppl who need to inject their own logic before creating nagios-related checks.

See merge request !5
2015-03-02 15:37:03 +00:00
Gabriel Filion
52031ffb06 README: mention how one could reuse nagios resources with their own logic
Some people might want to inject their own logic before including nagios
resources. We can explain that since the nagios resources are in their
own part of the manifests, they can shortcut the module's automatic
handling of it, and call it manually from their own manifests.
2015-02-20 17:27:06 -05:00