]> gitweb.fluxo.info Git - puppet-sshd.git/commit
Implement KexAlgorithms settings, based on Key exchange section of
authorMicah Anderson <micah@riseup.net>
Fri, 1 May 2015 17:48:19 +0000 (13:48 -0400)
committerMicah Anderson <micah@riseup.net>
Mon, 4 May 2015 19:42:26 +0000 (15:42 -0400)
commit430c48200eeacf11fd3980f162ffa1994c2d0dd0
tree20d743d7475ae67cd7aa986cc416c5712ad21783
parentfd82841c1f03d22acf4ed448cd22743a785f573e
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.
templates/sshd_config/CentOS_6.erb
templates/sshd_config/CentOS_7.erb
templates/sshd_config/Debian_jessie.erb
templates/sshd_config/Debian_sid.erb
templates/sshd_config/Debian_wheezy.erb
templates/sshd_config/FreeBSD.erb
templates/sshd_config/Gentoo.erb
templates/sshd_config/OpenBSD.erb
templates/sshd_config/Ubuntu.erb
templates/sshd_config/Ubuntu_lucid.erb