summaryrefslogtreecommitdiffstats
path: root/x11vnc/misc/rx11vnc
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/misc/rx11vnc')
-rwxr-xr-xx11vnc/misc/rx11vnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/misc/rx11vnc b/x11vnc/misc/rx11vnc
index 27e6d06..cf9c78b 100755
--- a/x11vnc/misc/rx11vnc
+++ b/x11vnc/misc/rx11vnc
@@ -94,7 +94,7 @@ if [ $tunnel ]; then
# before we can connect.
#
time=15
- $rsh -f $redir $host "$cmd $disp; echo END; sleep $time" > $tmp
+ $rsh -t -f $redir $host "$cmd $disp; echo END; sleep $time" > $tmp
i=0
while [ $i -lt $time ]