summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/regress/forwarding.sh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2017-09-01 21:24:32 +0000
committerdes <des@FreeBSD.org>2017-09-01 21:24:32 +0000
commitb0f58e84d3bf7e6d2b3de84d05a19f3e6d6318da (patch)
tree8959bafd55636a0889cf8324e8823fc03ac0cb44 /crypto/openssh/regress/forwarding.sh
parent0eded4b25dbd3ea70640a2ed72755c4ff95b31c9 (diff)
downloadFreeBSD-src-b0f58e84d3bf7e6d2b3de84d05a19f3e6d6318da.zip
FreeBSD-src-b0f58e84d3bf7e6d2b3de84d05a19f3e6d6318da.tar.gz
Upgrade OpenSSH to 7.3p1.
This is the last version of OpenSSH which does not break compatibility more than we can live with in a stable branch. Further commits will follow to backport some bug fixes from newer versions. Approved by: re@
Diffstat (limited to 'crypto/openssh/regress/forwarding.sh')
-rw-r--r--crypto/openssh/regress/forwarding.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/regress/forwarding.sh b/crypto/openssh/regress/forwarding.sh
index fb4f35a..2539db9 100644
--- a/crypto/openssh/regress/forwarding.sh
+++ b/crypto/openssh/regress/forwarding.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: forwarding.sh,v 1.15 2015/03/03 22:35:19 markus Exp $
+# $OpenBSD: forwarding.sh,v 1.16 2016/04/14 23:57:17 djm Exp $
# Placed in the Public Domain.
tid="local and remote forwarding"
@@ -59,7 +59,7 @@ for d in L R; do
-$d ${base}01:127.0.0.1:$PORT \
-$d ${base}02:127.0.0.1:$PORT \
-$d ${base}03:127.0.0.1:$PORT \
- -$d ${base}01:127.0.0.1:$PORT \
+ -$d ${base}01:localhost:$PORT \
-$d ${base}04:127.0.0.1:$PORT \
-oExitOnForwardFailure=yes somehost true
r=$?
OpenPOWER on IntegriCloud