Zkoušel jsem ssh restartovat a toto jsme obdržel.
root@locus:/etc# /etc/init.d/ssh reload
Rather than invoking init scripts through /etc/init.d, use the service(

utility, e.g. service ssh reload
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(

utility, e.g. reload ssh