Comment 2 for bug 1730351

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.openstack.org/517903
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=1b4f5d0ec610743f32ac1de0c918cf39fd104575
Submitter: Zuul
Branch: master

commit 1b4f5d0ec610743f32ac1de0c918cf39fd104575
Author: Cédric Jeanneret <email address hidden>
Date: Mon Nov 6 10:47:36 2017 +0100

    Ensure sshd has proper configuration for its HostKey.

    Since DSA is deprecated, sshd doesn't generate it anymore, though it
    still wants to load it at startup. Adding the HostKey options should
    prevent that, and allow to get cleaner logs in the CI (and on deployed
    openstack as well ;).

    Change-Id: I5580fa86f8adef7d598b76836a0419b341a8bc9c
    Closes-Bug: 1730351