diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/forwarding.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/forwarding.sh b/regress/forwarding.sh index ca48b40af..94873f22c 100644 --- a/regress/forwarding.sh +++ b/regress/forwarding.sh | |||
@@ -105,8 +105,8 @@ for p in 2; do | |||
105 | fi | 105 | fi |
106 | done | 106 | done |
107 | 107 | ||
108 | echo "LocalForward ${base}01 127.0.0.1:$PORT" >> ssh_config | 108 | echo "LocalForward ${base}01 127.0.0.1:$PORT" >> $OBJ/ssh_config |
109 | echo "RemoteForward ${base}02 127.0.0.1:${base}01" >> ssh_config | 109 | echo "RemoteForward ${base}02 127.0.0.1:${base}01" >> $OBJ/ssh_config |
110 | for p in 1 2; do | 110 | for p in 1 2; do |
111 | trace "config file: start forwarding, fork to background" | 111 | trace "config file: start forwarding, fork to background" |
112 | ${SSH} -$p -F $OBJ/ssh_config -f somehost sleep 10 | 112 | ${SSH} -$p -F $OBJ/ssh_config -f somehost sleep 10 |