init.d/ssh includes these lines

  restart)
        check_config
        echo -n "Restarting OpenBSD Secure Shell server: sshd"
        start-stop-daemon --stop --quiet --oknodo --retry 30
--pidfile /var/run/sshd.pid

We made some changes to get a 2nd sshd running, and may have edited this
by mistake.  The argument to --pidfile should be /var/run/sshd/sshd.pid.

With that change, things seem to work.

So, if the original file is like that, I think it should be fixed.

If it's not, sorry about the noise.  OK to close.

Also, this seems to strictly an openssh-server issue.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to