64
17
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 machine it would be as easy as ssh -X .
I'm using PuTTy to connect by SSH to the VM, I tried enabling X11 forward option in PuTTY config, but nothing happened.
Have you ever done this? I'm quite advanced with GNU/Linux, but a newbie with this toy of Winbug$ 7.
1if you've enabled putty's X11-forwarding option, you're halfway there. that's all you need on the PuTTY side; RHEL is good to go; now you need an X server to display to. (Windows is not an X-server.) Cygwin and Xming both provide free x-servers for Windows, but i don't know how well they work on Win-7. there are commercial options as well. – quack quixote – 2010-03-14T16:40:15.383
3"I have a VM with RHEL 5 without an X server." you need an xserver of some sort to forward x. – Journeyman Geek – 2010-03-15T03:21:53.013
Here is a decent guide in case the accepted answer isnt clear as to what you need to do with Xming/Xlaunch: http://www.seas.upenn.edu/cets/answers/x11-forwarding.html
– dhaupin – 2016-10-05T20:47:47.297