This is the change I mentioned above:
https://github.com/nya3jp/openssh-debian/commit/0334ce32304e9ba2a10ee5ca49ca6e8ff3ba6cf4
As a workaround, I commented out these two lines in /etc/init/ssh.conf:
# env SSH_SIGSTOP=1
# expect stop
Now "initctl reload ssh" works fine, though I'm not really s
Public bug reported:
When upstart is enabled, sshd stops accepting new connections after
reloading configuration by "initctl reload ssh".
It looks like sshd is frozen with SIGSTOP after receiving SIGHUP.
[nya@sora ~]% ps auxww | grep sshd
root 10557 0.0 0.1 61364 3056 ?Ss 13:46