How do I X forward a Windows application to a Linux system using ssh?
Posted
by
triunenature
on Ask Ubuntu
See other posts from Ask Ubuntu
or by triunenature
Published on 2012-09-04T07:43:03Z
Indexed on
2012/09/04
9:49 UTC
Read the original article
Hit count: 284
x11
|x11-forwarding
Ok, so if I have two Linux Machines (A and B) and I have a program on one, and want to run it on be I do:
- user@LinuxA:~$ ssh -X LinuxB
- user@LinuxB:~$ programName
(Displays on LinuxA machine)
Ok same thing, WindowsA LinuxB (Program on Linux)
- Start Xming X Server on Windows
- Run Putty, use x11 port forward with :0.0
- After connect to LinuxB, run program, it loads in Windows!
Now here is the question, WindowsA LinuxB, (Program on Windows)
Run Windows Program On Linux, using a windows resources.
How to make it work? BTW, I know it can because years ago, I read a white paper on it, but never actually tested it out.
© Ask Ubuntu or respective owner