HomeSort by relevance Sort by last modified time
    Searched refs:SSHD (Results 1 - 4 of 4) sorted by null

  /external/openssh/contrib/redhat/
sshd.init 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 || failur
    [all...]
sshd.init.old 8 # processname: sshd
13 # pidfile: /var/run/sshd.pid
19 [ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd
22 prog="sshd"
26 SSHD=/usr/sbin/sshd
30 PID_FILE=/var/run/sshd.pid
110 $SSHD -t
126 echo -n "Starting sshd:
    [all...]
  /external/openssh/
opensshd.init.in 15 SSHD=$prefix/sbin/sshd
16 PIDFILE=$piddir/sshd.pid
63 # Start SSHD
64 echo "starting $SSHD... \c" ; $SSHD
68 echo "$0: Error ${sshd_rc} starting ${SSHD}... bailing."
  /external/ltp/testcases/network/stress/ssh/
ssh-stress 29 # Temporary directory to store sshd setting or ssh key
36 test -s sshd.pid && kill $(cat sshd.pid)
48 tst_check_cmds pkill sshd ssh od
52 # Get the sshd command with absolute path
53 SSHD=$(which sshd)
54 test "$SSHD" || tst_brkm TBROK "sshd daemon is not found"
74 PidFile $tmpdir/sshd.pi
    [all...]

Completed in 3848 milliseconds