diff options
| author | runge <runge@karlrunge.com> | 2010-01-02 21:22:56 -0500 |
|---|---|---|
| committer | runge <runge@karlrunge.com> | 2010-01-02 21:22:56 -0500 |
| commit | b6d5983560f1229ec39392d7d5489737cc1c4b64 (patch) | |
| tree | c596f7959df45e8fab8c1522876fb4365feccd35 /x11vnc/misc/rx11vnc.pl | |
| parent | 69cd710dd2e2962420803f6629f74368e889a5ee (diff) | |
| download | libtdevnc-b6d59835.tar.gz libtdevnc-b6d59835.zip | |
x11vnc: small tweaks to Xdummy, rx11vnc*. Apply SMALL_FOOTPRINT to -appshare text. Copyright year change.
Diffstat (limited to 'x11vnc/misc/rx11vnc.pl')
| -rwxr-xr-x | x11vnc/misc/rx11vnc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/misc/rx11vnc.pl b/x11vnc/misc/rx11vnc.pl index cf4b437..e6ab0a1 100755 --- a/x11vnc/misc/rx11vnc.pl +++ b/x11vnc/misc/rx11vnc.pl @@ -141,7 +141,7 @@ $cmd = $x11vnc_cmd; $cmd =~ s/%DISP/$disp/; # This is the ssh cmd for the local side (this machine): -$ssh_cmd = "ssh -f $remote_user $redir $host '$cmd; echo END; sleep $sleep_time'"; +$ssh_cmd = "ssh -t -f $remote_user $redir $host '$cmd; echo END; sleep $sleep_time'"; $ssh_cmd =~ s/ / /g; print STDERR "running ssh command:\n\n$ssh_cmd\n\n"; |
