Comment 1 for bug 1306877

Revision history for this message
TAKAHASHI Shuhei (nya3jp) wrote :

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 sure I'm doing a "right" thing.