Comment 3 for bug 1805157

Revision history for this message
Don Penney (dpenney) wrote :

The update added a new openssh-config package for the customizations we have to the configuration files. However, it also has a %post script command that disables sshd:
https://review.openstack.org/#/c/619003/4/base/openssh-config/centos/openssh-config.spec

%{_bindir}/systemctl disable sshd.service > /dev/null 2>&1 || :

I don’t know why that would be added, as we don’t do that in the openssh package today. Maybe it was intended to be a restart to pick up the config changes, but it wouldn’t strictly be needed for the install.

The commit message says the following testing was done:
Deployment test and ping test between VMs pass
Config files check pass.

so I’m surprised this issue wasn’t seen during testing for this update.