summaryrefslogtreecommitdiffstats
path: root/x11vnc/misc/rx11vnc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/misc/rx11vnc.pl')
-rwxr-xr-xx11vnc/misc/rx11vnc.pl2
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";
OpenPOWER on IntegriCloud