diff options
Diffstat (limited to 'regress/forwarding.sh')
-rw-r--r-- | regress/forwarding.sh | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/regress/forwarding.sh b/regress/forwarding.sh index 7d0fae114..cd634f2f6 100644 --- a/regress/forwarding.sh +++ b/regress/forwarding.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: forwarding.sh,v 1.20 2017/04/30 23:34:55 djm Exp $ | 1 | # $OpenBSD: forwarding.sh,v 1.23 2019/07/20 09:50:58 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="local and remote forwarding" | 4 | tid="local and remote forwarding" |
@@ -26,7 +26,7 @@ done | |||
26 | 26 | ||
27 | trace "start forwarding, fork to background" | 27 | trace "start forwarding, fork to background" |
28 | rm -f $CTL | 28 | rm -f $CTL |
29 | ${SSH} -S $CTL -M -F $OBJ/ssh_config -f $fwd somehost sleep 10 | 29 | ${SSH} -S $CTL -N -M -F $OBJ/ssh_config -f $fwd somehost |
30 | 30 | ||
31 | trace "transfer over forwarded channels and check result" | 31 | trace "transfer over forwarded channels and check result" |
32 | ${SSH} -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=4' \ | 32 | ${SSH} -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=4' \ |
@@ -34,7 +34,7 @@ ${SSH} -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=4' \ | |||
34 | test -s ${COPY} || fail "failed copy of ${DATA}" | 34 | test -s ${COPY} || fail "failed copy of ${DATA}" |
35 | cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}" | 35 | cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}" |
36 | 36 | ||
37 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost | 37 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null |
38 | 38 | ||
39 | for d in L R; do | 39 | for d in L R; do |
40 | trace "exit on -$d forward failure" | 40 | trace "exit on -$d forward failure" |
@@ -69,8 +69,8 @@ ${SSH} -F $OBJ/ssh_config -oClearAllForwardings=yes somehost true | |||
69 | 69 | ||
70 | trace "clear local forward" | 70 | trace "clear local forward" |
71 | rm -f $CTL | 71 | rm -f $CTL |
72 | ${SSH} -S $CTL -M -f -F $OBJ/ssh_config -L ${base}01:127.0.0.1:$PORT \ | 72 | ${SSH} -S $CTL -N -M -f -F $OBJ/ssh_config -L ${base}01:127.0.0.1:$PORT \ |
73 | -oClearAllForwardings=yes somehost sleep 10 | 73 | -oClearAllForwardings=yes somehost |
74 | if [ $? != 0 ]; then | 74 | if [ $? != 0 ]; then |
75 | fail "connection failed with cleared local forwarding" | 75 | fail "connection failed with cleared local forwarding" |
76 | else | 76 | else |
@@ -79,12 +79,12 @@ else | |||
79 | >>$TEST_REGRESS_LOGFILE 2>&1 && \ | 79 | >>$TEST_REGRESS_LOGFILE 2>&1 && \ |
80 | fail "local forwarding not cleared" | 80 | fail "local forwarding not cleared" |
81 | fi | 81 | fi |
82 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost | 82 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null |
83 | 83 | ||
84 | trace "clear remote forward" | 84 | trace "clear remote forward" |
85 | rm -f $CTL | 85 | rm -f $CTL |
86 | ${SSH} -S $CTL -M -f -F $OBJ/ssh_config -R ${base}01:127.0.0.1:$PORT \ | 86 | ${SSH} -S $CTL -N -M -f -F $OBJ/ssh_config -R ${base}01:127.0.0.1:$PORT \ |
87 | -oClearAllForwardings=yes somehost sleep 10 | 87 | -oClearAllForwardings=yes somehost |
88 | if [ $? != 0 ]; then | 88 | if [ $? != 0 ]; then |
89 | fail "connection failed with cleared remote forwarding" | 89 | fail "connection failed with cleared remote forwarding" |
90 | else | 90 | else |
@@ -93,7 +93,7 @@ else | |||
93 | >>$TEST_REGRESS_LOGFILE 2>&1 && \ | 93 | >>$TEST_REGRESS_LOGFILE 2>&1 && \ |
94 | fail "remote forwarding not cleared" | 94 | fail "remote forwarding not cleared" |
95 | fi | 95 | fi |
96 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost | 96 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null |
97 | 97 | ||
98 | trace "stdio forwarding" | 98 | trace "stdio forwarding" |
99 | cmd="${SSH} -F $OBJ/ssh_config" | 99 | cmd="${SSH} -F $OBJ/ssh_config" |
@@ -107,7 +107,7 @@ echo "RemoteForward ${base}02 127.0.0.1:${base}01" >> $OBJ/ssh_config | |||
107 | 107 | ||
108 | trace "config file: start forwarding, fork to background" | 108 | trace "config file: start forwarding, fork to background" |
109 | rm -f $CTL | 109 | rm -f $CTL |
110 | ${SSH} -S $CTL -M -F $OBJ/ssh_config -f somehost sleep 10 | 110 | ${SSH} -S $CTL -N -M -F $OBJ/ssh_config -f somehost |
111 | 111 | ||
112 | trace "config file: transfer over forwarded channels and check result" | 112 | trace "config file: transfer over forwarded channels and check result" |
113 | ${SSH} -F $OBJ/ssh_config -p${base}02 -o 'ConnectionAttempts=4' \ | 113 | ${SSH} -F $OBJ/ssh_config -p${base}02 -o 'ConnectionAttempts=4' \ |
@@ -115,22 +115,22 @@ ${SSH} -F $OBJ/ssh_config -p${base}02 -o 'ConnectionAttempts=4' \ | |||
115 | test -s ${COPY} || fail "failed copy of ${DATA}" | 115 | test -s ${COPY} || fail "failed copy of ${DATA}" |
116 | cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}" | 116 | cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}" |
117 | 117 | ||
118 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost | 118 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null |
119 | 119 | ||
120 | trace "transfer over chained unix domain socket forwards and check result" | 120 | trace "transfer over chained unix domain socket forwards and check result" |
121 | rm -f $OBJ/unix-[123].fwd | 121 | rm -f $OBJ/unix-[123].fwd |
122 | rm -f $CTL $CTL.[123] | 122 | rm -f $CTL $CTL.[123] |
123 | ${SSH} -S $CTL -M -f -F $OBJ/ssh_config -R${base}01:[$OBJ/unix-1.fwd] somehost sleep 10 | 123 | ${SSH} -S $CTL -N -M -f -F $OBJ/ssh_config -R${base}01:[$OBJ/unix-1.fwd] somehost |
124 | ${SSH} -S $CTL.1 -M -f -F $OBJ/ssh_config -L[$OBJ/unix-1.fwd]:[$OBJ/unix-2.fwd] somehost sleep 10 | 124 | ${SSH} -S $CTL.1 -N -M -f -F $OBJ/ssh_config -L[$OBJ/unix-1.fwd]:[$OBJ/unix-2.fwd] somehost |
125 | ${SSH} -S $CTL.2 -M -f -F $OBJ/ssh_config -R[$OBJ/unix-2.fwd]:[$OBJ/unix-3.fwd] somehost sleep 10 | 125 | ${SSH} -S $CTL.2 -N -M -f -F $OBJ/ssh_config -R[$OBJ/unix-2.fwd]:[$OBJ/unix-3.fwd] somehost |
126 | ${SSH} -S $CTL.3 -M -f -F $OBJ/ssh_config -L[$OBJ/unix-3.fwd]:127.0.0.1:$PORT somehost sleep 10 | 126 | ${SSH} -S $CTL.3 -N -M -f -F $OBJ/ssh_config -L[$OBJ/unix-3.fwd]:127.0.0.1:$PORT somehost |
127 | ${SSH} -F $OBJ/ssh_config -p${base}01 -o 'ConnectionAttempts=4' \ | 127 | ${SSH} -F $OBJ/ssh_config -p${base}01 -o 'ConnectionAttempts=4' \ |
128 | somehost cat ${DATA} > ${COPY} | 128 | somehost cat ${DATA} > ${COPY} |
129 | test -s ${COPY} || fail "failed copy ${DATA}" | 129 | test -s ${COPY} || fail "failed copy ${DATA}" |
130 | cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}" | 130 | cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}" |
131 | 131 | ||
132 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost | 132 | ${SSH} -F $OBJ/ssh_config -S $CTL -O exit somehost 2>/dev/null |
133 | ${SSH} -F $OBJ/ssh_config -S $CTL.1 -O exit somehost | 133 | ${SSH} -F $OBJ/ssh_config -S $CTL.1 -O exit somehost 2>/dev/null |
134 | ${SSH} -F $OBJ/ssh_config -S $CTL.2 -O exit somehost | 134 | ${SSH} -F $OBJ/ssh_config -S $CTL.2 -O exit somehost 2>/dev/null |
135 | ${SSH} -F $OBJ/ssh_config -S $CTL.3 -O exit somehost | 135 | ${SSH} -F $OBJ/ssh_config -S $CTL.3 -O exit somehost 2>/dev/null |
136 | 136 | ||