Home
last modified time | relevance | path

Searched refs:TEST_SSHD_LOGFILE (Results 1 – 2 of 2) sorted by relevance

/external/openssh/regress/
Dtest-exec.sh206 if [ "x$TEST_SSHD_LOGFILE" = "x" ]; then
207 TEST_SSHD_LOGFILE=$OBJ/sshd.log
215 >$TEST_SSHD_LOGFILE
337 echo "trace: $@" >$TEST_SSHD_LOGFILE
344 echo $@ >>$TEST_SSHD_LOGFILE
347 (cat $TEST_SSHD_LOGFILE; echo) >>$OBJ/failed-sshd.log
539 …echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/ssh…
548 …echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/ss…
558 $SUDO ${SSHD} -f $OBJ/sshd_config "$@" -E$TEST_SSHD_LOGFILE
Dintegrity.sh21 cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy"