Comment 1 for bug 1407900

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (master)

Reviewed: https://review.openstack.org/145193
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=f12970ee285101d95eeac921a0218af437a7f888
Submitter: Jenkins
Branch: master

commit f12970ee285101d95eeac921a0218af437a7f888
Author: Matt Thompson <email address hidden>
Date: Tue Jan 6 10:30:56 2015 +0000

    Add newline to end of /etc/ssh/sshd_config

    On Rackspace cloud trusty image, /etc/ssh/sshd_config is missing a
    trailing newline. This is causing an issue w/ ansible when we append
    MaxSessions, as it doesn't end up putting it on a newline, resulting in
    sshd failing to restart.

    Change-Id: Ia8d1f80e6631dd7dbe2bafe54ec62a34a603524a
    Closes-Bug: #1407900