How do I X forward a Windows application to a Linux system using ssh?
- by triunenature
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,…