Puppet module to manage ssh
Go to file
Colleen Murphy 277e41829d Let sshd use ecdsa and ed25519 host keys
It seems that our nodepool is configured with the ecdsa and ed25519 host
keys from the nodepool nodes, but not the rsa or dsa keys. This is a
problem when we try to test our puppet SSH configuration in CI, because
the puppet module removes the ability for the Zuul executor to reach the
node and perform cleanup tasks after the tests have completed.

This patch adds back the HostKey settings that the nodepool images
started out with. This should not affect the puppetmaster's or a
rooter's ability to log into production servers that are already using
an rsa host key.

Change-Id: I150b76a632398d0a6f00d5b98ad7277c62377601
2018-07-10 12:18:08 +02:00
manifests Add @trusted_ssh_type for user to override 2016-08-01 12:47:58 -04:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
templates Let sshd use ecdsa and ed25519 host keys 2018-07-10 12:18:08 +02:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-13 18:11:23 -07:00
.gitreview Add initial puppet module files for SSH 2015-01-29 11:20:11 -08:00
Gemfile Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
LICENSE Add missing LICENSE file 2015-01-29 22:59:51 +00:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:19 +00:00
Rakefile Add initial puppet module files for SSH 2015-01-29 11:20:11 -08:00
README.md Add initial puppet module files for SSH 2015-01-29 11:20:11 -08:00

OpenStack SSH Module

This module installs and configures SSH