diff options
author | Jonathan Lung <lungj@users.noreply.github.com> | 2020-11-20 15:59:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 13:59:51 -0700 |
commit | 66b4be8b6da188a0667bd8c86a25155b6f4f3f6c (patch) | |
tree | c9fff98d09c817586acfb432665d9779debc5b7f /tools | |
parent | 5d4a9a4a50a496d27510f63217bcc0c25d9a8939 (diff) | |
download | vyos-cloud-init-66b4be8b6da188a0667bd8c86a25155b6f4f3f6c.tar.gz vyos-cloud-init-66b4be8b6da188a0667bd8c86a25155b6f4f3f6c.zip |
Support configuring SSH host certificates. (#660)
Existing config writes keys to /etc/ssh after deleting files matching
a glob that includes certificate files. Since sshd looks for
certificates in the same directory as the keys, a host certificate
must be placed in this directory. This update enables the certificate's
contents to be specified along with the keys.
Co-authored-by: jonathan lung <lungj@heresjono.com>
Co-authored-by: jonathan lung <jlung@kepler.space>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.github-cla-signers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index b2464768..9b594a44 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -15,6 +15,7 @@ jqueuniet jsf9k landon912 lucasmoura +lungj manuelisimo marlluslustosa matthewruffell |