Comment 17 for bug 216847

Revision history for this message
ironstorm (ironstorm-gmail) wrote :

This is still broken in 16.04 / Xenial.

I'm going to try using a root cronjob to catch and recover:

*/5 * * * * if [ $(ps -ef | grep /usr/sbin/sshd | grep -v grep | wc -l) -eq 0 ]; then /usr/sbin/service ssh start; fi