Tagged Questions

0
votes
0answers
65 views

Black icon backgrounds when using ssh -X to run remote GTK application

I run a number of applications remotely from a RHEL 6 server. I have managed to get the themes of the GTK applications to work correctly by editing the ~/.gtkrc-2.0 file and including the line: ...
0
votes
1answer
114 views

How can I export DISPLAY from a Linux terminal to a Windows PC?

Exporting display from a Linux terminal to a Linux desktop is easy; you do the following: On 192.168.90.121 (localPC): xhost + 192.168.10.164 On 192.168.10.164 (remotePC): export ...
3
votes
2answers
131 views

X11 forwarding with an already running window?

I'm trying to forward the X session to my Windows laptop (using Xming and putty), and I have no problem opening new programs such as gedit and having them forward, but how would I forward something ...
1
vote
1answer
288 views

How to resume disconnected SSH X11-forwarded applications?

I am happily using SSH's X11-forwarding to run some applications and then the connection was disconnected. Running ps ax from a new SSH connection shows that the applications are still running. How ...
0
votes
0answers
729 views

How to make PuTTY X11 forwarding work in a screen session? [closed]

Possible Duplicate: Gnu Screen: Execute command on attach I'm using PuTTY with X11 forwarding enabled, using Xming as my X server on Windows 7. When I SSH to a Linux host, X11 forwarding ...
2
votes
1answer
535 views

OpenGL program not work with X forwarding

I have an OpenGL program in a Linux server. I want to run the program remotely with X forwarding, but it fails, whereas programs such as xclock and xeyes work fine. (I confirmed that the program works ...
0
votes
2answers
76 views

Window forwarding to laptop from workstation

At home I have my desktop computer and loads of open windows. When I decide to work outside or in another room with my laptop. I'd like to select a few windows and just make them appear on the laptop. ...
1
vote
3answers
553 views

SSH X Tunnel via non-X server

strange variation on the standard 'multi-hop tunnel' question. I'm working remotely at the minute, but have several 'incoming' automatic reverse shells connecting to a dedicated server. This ...
1
vote
1answer
765 views

Xforwarding in Ubuntu

I'm trying to get Xforwarding working in Ubuntu... On the server I have uncommented the following lines of /etc/ssh/sshd_config: X11Forwarding yes AllowTcpForwarding yes Now I try to ssh in, but I ...
1
vote
1answer
4k views

How to use X11 forwarding with putty

I have a VM with RHEL 5 without an X server. My host has Windows 7. I need to connect to the VM and redirect the X11 output of the commands to my host. I know that if my host were a GNU/Linux ...