mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
- (tim) [regress/forward-control.sh] use sh in case login shell is csh.
This commit is contained in:
parent
c0cc7ce166
commit
a514bc05b1
@ -1,6 +1,7 @@
|
|||||||
20130227
|
20130227
|
||||||
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
||||||
[contrib/suse/openssh.spec] Crank version numbers
|
[contrib/suse/openssh.spec] Crank version numbers
|
||||||
|
- (tim) [regress/forward-control.sh] use sh in case login shell is csh.
|
||||||
|
|
||||||
20130226
|
20130226
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -41,7 +41,7 @@ check_lfwd() {
|
|||||||
${SSH} -oProtocol=$_proto -F $OBJ/ssh_proxy \
|
${SSH} -oProtocol=$_proto -F $OBJ/ssh_proxy \
|
||||||
-L$LFWD_PORT:127.0.0.1:$PORT \
|
-L$LFWD_PORT:127.0.0.1:$PORT \
|
||||||
-o ExitOnForwardFailure=yes \
|
-o ExitOnForwardFailure=yes \
|
||||||
-n host "sleep 60 & echo \$! > $READY ; wait " \
|
-n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
|
||||||
>/dev/null 2>&1 &
|
>/dev/null 2>&1 &
|
||||||
_sshpid=$!
|
_sshpid=$!
|
||||||
wait_for_file_to_appear $READY || \
|
wait_for_file_to_appear $READY || \
|
||||||
@ -71,7 +71,7 @@ check_rfwd() {
|
|||||||
${SSH} -oProtocol=$_proto -F $OBJ/ssh_proxy \
|
${SSH} -oProtocol=$_proto -F $OBJ/ssh_proxy \
|
||||||
-R$RFWD_PORT:127.0.0.1:$PORT \
|
-R$RFWD_PORT:127.0.0.1:$PORT \
|
||||||
-o ExitOnForwardFailure=yes \
|
-o ExitOnForwardFailure=yes \
|
||||||
-n host "sleep 60 & echo \$! > $READY ; wait " \
|
-n host exec sh -c \'"sleep 60 & echo \$! > $READY ; wait "\' \
|
||||||
>/dev/null 2>&1 &
|
>/dev/null 2>&1 &
|
||||||
_sshpid=$!
|
_sshpid=$!
|
||||||
wait_for_file_to_appear $READY
|
wait_for_file_to_appear $READY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user