HomeSort by relevance Sort by last modified time
    Searched refs:SSHD (Results 1 - 9 of 9) 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/regress/
reconfigure.sh 6 # we need the full path to sshd for -HUP
7 case $SSHD in
13 SSHD=$OBJ/$SSHD
22 trace "wait for sshd to restart"
29 test -f $PIDFILE || fatal "sshd did not restart"
proto-mismatch.sh 10 banner=`echo ${client} | ${SSHD} -o "Protocol=${server}" -i -f ${OBJ}/sshd_proxy`
12 trace "sshd prints ${banner}"
14 fail "sshd prints ${banner} and accepts connect with version ${client}"
proto-version.sh 4 tid="sshd version with different protocol combinations"
6 # we just start sshd in inetd mode and check the banner
11 banner=`echon | ${SSHD} -o "Protocol=${version}" -i -f ${OBJ}/sshd_proxy`
reexec.sh 8 SSHD_ORIG=$SSHD${EXEEXT}
9 SSHD_COPY=$OBJ/sshd${EXEEXT}
11 # Start a sshd and then delete it
15 SSHD=$SSHD_COPY
17 SSHD=$SSHD_ORIG
test-exec.sh 63 SSHD=sshd
81 SSHD="${TEST_SSH_SSHD}"
126 # Path to sshd must be absolute for rexec
127 case "$SSHD" in
129 *) SSHD=`which sshd` ;;
137 export SSH SSHD SSHAGENT SSHADD SSHKEYGEN SSHKEYSCAN SFTP SFTPSERVER SCP
138 #echo $SSH $SSHD $SSHAGENT $SSHADD $SSHKEYGEN $SSHKEYSCAN $SFTP $SFTPSERVER $SCP
172 echo no sshd runnin
    [all...]
addrmatch.sh 13 result=`${SSHD} -f $OBJ/sshd_proxy -T \
  /external/openssh/
opensshd.init.in 15 SSHD=$prefix/sbin/sshd
16 PIDFILE=$piddir/sshd.pid
59 # Start SSHD
60 echo "starting $SSHD... \c" ; $SSHD
64 echo "$0: Error ${sshd_rc} starting ${SSHD}... bailing."

Completed in 224 milliseconds