Tagged Questions

1
vote
1answer
38 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 …
1
vote
1answer
32 views

Rexec with X11 forwarding - how can I do this on a Mac?

I'm able to connect using Rexec with X11 forwarding from a Windows PC using Mocha, however I need to find a method of achieving the same from a Mac. I doubt it makes any difference, but the remote …
0
votes
3answers
203 views

fast X11 forwarding

Hi, I am using ssh -X to display GUI apps locally. Is there a better way to speedup this processes - something similar what NoMachine Nx server / client does? Thanks, Mariusz.
2
votes
3answers
185 views

ssh X11 forwarding issue

I have put ForwardX11 in my ~/.ssh/config and then I start a X11 application like this: ssh -f user@host 'someapp; sleep 1' This works fine. The application someapp has a button which opens a …
1
vote
1answer
116 views

When you use X forwarding to run an application on another computer, which processor does it use?

If I use ssh -X to run an application from Computer A on the screen of Computer B, how are the computation and resources divided up between the two computer's processors? Sometimes the audio will …