Home
last modified time | relevance | path

Searched refs:SSHD (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssh/contrib/redhat/
H A Dsshd.init25 SSHD=/usr/sbin/sshd
30 $SSHD -t
49 $SSHD $OPTIONS && success || failure
58 killproc $SSHD -TERM
67 killproc $SSHD -HUP
98 status $SSHD
/freebsd/crypto/openssh/regress/
H A Dcfgparse.sh20 ($SUDO ${SSHD} -T -f $OBJ/sshd_config_minimal >$OBJ/sshd_config.1 &&
21 $SUDO ${SSHD} -T -f $OBJ/sshd_config.1 >$OBJ/sshd_config.2 &&
25 ($SUDO ${SSHD} -T -f $OBJ/sshd_config >$OBJ/sshd_config.1 &&
26 $SUDO ${SSHD} -T -f $OBJ/sshd_config.1 >$OBJ/sshd_config.2 &&
53 ($SUDO ${SSHD} -T -f $OBJ/sshd_config.1 | \
69 ($SUDO ${SSHD} -T -f $OBJ/sshd_config.1 | \
H A Dtest-exec.sh86 SSHD=sshd
123 SSHD="${TEST_SSH_SSHD}"
178 case "$SSHD" in
180 *) SSHD=`which $SSHD` ;;
190 SSHD_BIN=${SSHD}
235 SSHD="$VG --log-file=${VG_LOG}sshd.%p $SSHD"
279 for i in ${SSH} ${SSHD} ${SSHAGENT} ${SSHADD} ${SSHKEYGEN} ${SCP} \
322 REAL_SSHD="$SSHD"
334 echo "Executing: ${SSHD} \$@" log \${logfile} >>$TEST_REGRESS_LOGFILE
335 echo "Executing: ${SSHD} \$@" >>\${logfile}
[all …]
H A Dreexec.sh6 SSHD_ORIG=$SSHD
16 SSHD=$SSHD_COPY
18 SSHD=$SSHD_ORIG
H A Dreconfigure.sh8 case $SSHD in
14 SSHD=$OBJ/$SSHD
H A Dcfgmatch.sh134 ${SUDO} ${SSHD} -f $OBJ/sshd_config -T >/dev/null || \
153 result=`${SUDO} ${SSHD} -f $OBJ/sshd_config -T -C "$spec" | \
H A Daddrmatch.sh14 result=`${SSHD} -f $OBJ/sshd_proxy -T \
62 ${SUDO} ${SSHD} -f $OBJ/sshd_proxy -t >/dev/null 2>&1 && \
H A Dproto-mismatch.sh9 banner=`echo ${client} | ${SSHD} -i -f ${OBJ}/sshd_proxy`
H A Dproto-version.sh10 banner=`printf '' | ${SSHD} -i -f ${OBJ}/sshd_proxy`
H A Dhostbased.sh39 for key in `${SUDO} ${SSHD} -T | awk '$1=="hostkey"{print $2}'`; do
H A Dmatch-subsystem.sh12 ${SSHD} -tf $OBJ/sshd_proxy || fatal "$_id: bad config"
H A DREADME.regress41 SSH, SSHD, SSHAGENT, SSHADD, SSHKEYGEN, SSHKEYSCAN, SFTP or
/freebsd/crypto/openssh/
H A Dopensshd.init.in15 SSHD=$prefix/sbin/sshd
40 echo "starting $SSHD... \c" ; $SSHD
44 echo "$0: Error ${sshd_rc} starting ${SSHD}... bailing."