- (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;

put it back
This commit is contained in:
Damien Miller 2014-07-22 09:39:19 +10:00
parent 948a1774a7
commit 5ea4fe00d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20140722
- (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;
put it back
20140721
- OpenBSD CVS Sync
- millert@cvs.openbsd.org 2014/07/15 15:54:15

View File

@ -39,7 +39,7 @@ start_sshd
start_mux_master()
{
trace "start master, fork to background"
${SSH} -n2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
-E $TEST_REGRESS_LOGFILE 2>&1 &
# NB. $SSH_PID will be killed by test-exec.sh:cleanup on fatal errors.
SSH_PID=$!