Http://www.math.umn.edu/systems_guide/putty_xwin32.html
X forwarding with putty on Windows
Intro to X forwarding
UNIX machines have been able to run software on a remote machine and display the GUI locally for almost two decades. linux and Mac OS X support x forwarding with no extra software. any terminal on Linux shocould do X forwarding, Mac users need to run "Applications> utilities> xterm ". in a command line terminal run "ssh-y jdoe@compute.example.edu Matlab" and you'll be running MATLAB on "compute.example.edu" but seeing it on your desktop.
Windows users need two pieces of software: An Secure Shell Program (SSH) to establish the remote connection and an X server to handle the local display.
Prerequisites
Putty for SSH
Xming for the xserver
Processing ing putty
Add UNIX hostname
Switch protocol to SSH
Type name of session in saved sessions
Click 'save'
Expand the 'ssh 'tab from the 'category' list
Choose 'x11' from 'ssh 'list
Check 'Enable X11 forwarding'
Choose 'session 'from 'category 'list
Click 'save'
Starting the X server on Windows
Processing ing xming
Just run "All Programs> xming" and it shoshould work if you 've got putty configured.
Connecting
Start xming
Start putty
Double click on the saved session you want
Enter username and password as requested
You shoshould now be able to run X applications from the host
On your local desktop
William S. Bear
V1.1
Feb 27,200 6
Edited:
Aaron E. fesperman
V1.2
July 30,201 2
Http://www.zw1840.com/blog/zw1840/2008/10/putty-xming-linux-gui.html