File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # $OpenBSD: test-exec.sh,v 1.125 2025/03/28 05:33:30 dtucker Exp $
1
+ # $OpenBSD: test-exec.sh,v 1.126 2025/03/28 05:36:24 dtucker Exp $
2
2
# Placed in the Public Domain.
3
3
4
4
# SUDO=sudo
884
884
# create a proxy version of the client config
885
885
(
886
886
cat $OBJ /ssh_config
887
- echo proxycommand ${SUDO} env SSH_SK_HELPER=\" $SSH_SK_HELPER \" ${OBJ} /sshd-log-wrapper.sh -i -f $OBJ /sshd_proxy
887
+ echo proxycommand ${SUDO} env SSH_SK_HELPER=\" $SSH_SK_HELPER \" ${TEST_SSH_SSHD_ENV} ${ OBJ} /sshd-log-wrapper.sh -i -f $OBJ /sshd_proxy
888
888
) > $OBJ /ssh_proxy
889
889
890
890
# check proxy config
@@ -902,7 +902,7 @@ start_sshd ()
902
902
# start sshd
903
903
logfile=" ${TEST_SSH_LOGDIR} /sshd.` $OBJ /timestamp` .$$ .log"
904
904
$SUDO ${SSHD} -f $OBJ /sshd_config " $@ " -t || fatal " sshd_config broken"
905
- $SUDO env SSH_SK_HELPER=" $SSH_SK_HELPER " \
905
+ $SUDO env SSH_SK_HELPER=" $SSH_SK_HELPER " ${TEST_SSH_SSHD_ENV} \
906
906
${SSHD} -f $OBJ /sshd_config " $@ " -E$TEST_SSHD_LOGFILE
907
907
908
908
trace " wait for sshd"
You can’t perform that action at this time.
0 commit comments