Comment 6 for bug 1549473

Revision history for this message
Seth Arnold (seth-arnold) wrote :

Tarifa on #ubuntu-server reported problems with his ssh service. The steps he found that he needed to make sshd start reliably:

systemctl disable ssh
update-rc.d ssh disable
systemctl enable ssh

"Then add both Wants=network-online.target & Requires=network-online.target in an ssh service override."