Home
last modified time | relevance | path

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

/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 | \
82 ($SUDO ${SSHD} -T -f $OBJ/sshd_config.1 | \
H A Dtest-exec.sh86 SSHD=sshd
127 SSHD="${TEST_SSH_SSHD}"
185 case "$SSHD" in
187 *) SSHD=`which $SSHD` ;;
202 SSHD_BIN=${SSHD}
247 SSHD="$VG --log-file=${VG_LOG}sshd.%p $SSHD"
291 for i in ${SSH} ${SSHD} ${SSHAGENT} ${SSHADD} ${SSHKEYGEN} ${SCP} \
335 REAL_SSHD="$SSHD"
348 echo "Executing: ${SSHD} \$@" log \${logfile} >>$TEST_REGRESS_LOGFILE
349 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.sh138 ${SUDO} ${SSHD} -f $OBJ/sshd_config -T >/dev/null || \
157 result=`${SUDO} ${SSHD} -f $OBJ/sshd_config -T -C "$spec" | \
171 $SSHD -tf $OBJ/sshd_proxy 2>/dev/null && \
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.sh62 for key in `${SUDO} ${SSHD} -T | awk '$1=="hostkey"{print $2}'`; do
H A Ddropbear-server.sh41 for i in `$SUDO $SSHD -f $OBJ/sshd_config -T | grep -v sk- | \
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/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/
H A Dsshd-debug.sh12 unset DIR SSHD SSHD_AUTH SSHD_SESSION
27 SSHD="${DIR}/$i"
30 [ -z "${SSHD}" ] && fatal "Could not find sshd"
46 echo >&2 Debugging ${SSHD} auth ${SSHD_AUTH} session ${SSHD_SESSION}
51 exec "${SSHD}" $@ \
H A Dopensshd.init.in15 SSHD=$prefix/sbin/sshd
40 echo "starting $SSHD... \c" ; $SSHD
44 echo "$0: Error ${sshd_rc} starting ${SSHD}... bailing."