Index: sshd =================================================================== --- sshd (revision 127792) +++ sshd (working copy) @@ -30,6 +30,9 @@ stop) stat_busy "Stopping Secure Shell Daemon" [ ! -z "$PID" ] && kill $PID &> /dev/null + if [[ $RUNLEVEL == [06] ]]; then + pkill sshd + fi if [ $? -gt 0 ]; then stat_fail else