mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- (tim) [regress/cfgmatch.sh] Build/test out of tree fix.
This commit is contained in:
parent
bf4d05a37c
commit
bc481570d1
@ -34,6 +34,7 @@
|
|||||||
Retry establishing the port forwarding after a small delay, should make
|
Retry establishing the port forwarding after a small delay, should make
|
||||||
the tests less flaky when the previous test is slow to shut down and free
|
the tests less flaky when the previous test is slow to shut down and free
|
||||||
up the port.
|
up the port.
|
||||||
|
- (tim) [regress/cfgmatch.sh] Build/test out of tree fix.
|
||||||
|
|
||||||
20110529
|
20110529
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -7,8 +7,8 @@ pidfile=$OBJ/remote_pid
|
|||||||
fwdport=3301
|
fwdport=3301
|
||||||
fwd="-L $fwdport:127.0.0.1:$PORT"
|
fwd="-L $fwdport:127.0.0.1:$PORT"
|
||||||
|
|
||||||
echo "ExitOnForwardFailure=yes" >> ssh_config
|
echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_config
|
||||||
echo "ExitOnForwardFailure=yes" >> ssh_proxy
|
echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_proxy
|
||||||
|
|
||||||
start_client()
|
start_client()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user