Home | History | Annotate | Download | only in redhat

Lines Matching refs:sshd

8 # processname: sshd
13 # pidfile: /var/run/sshd.pid
19 [ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd
22 prog="sshd"
25 SSHD=/usr/sbin/sshd
26 PID_FILE=/var/run/sshd.pid
30 $SSHD -t
50 $SSHD $OPTIONS && success || failure
52 [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
59 killproc $SSHD -TERM
61 [ "$RETVAL" = 0 ] && rm -f /var/lock/subsys/sshd
68 killproc $SSHD -HUP
88 if [ -f /var/lock/subsys/sshd ] ; then
99 status $SSHD