Contact Us
For assistance, please email help@ece.cmu.edu
Emergency number: (412) 268-1732-
ITS Headlines
Tag Archives: access
Using graphical software on Linux systems from Windows systems
If you would like to run the GUI of a Linux application on a Windows machine, the combination of Xwin32 and PuTTY can be very useful. The basic idea is that PuTTY creates an encrypted tunnel to the linux machine and Xwin32 allows the graphical interface to be displayed.
Configure PuTTY:
- Add the hostname of the ECE cluster machine you want to use
- Switch ‘Protocol’ to SSH
- Type name of session in saved sessions, pick anything you like
- Click ‘Save’
- Connection > SSH > Tunnels
- Check ‘Enable X11 Forwarding’
- Go back to ‘Session’ and save
Configure XWin-32:
- Start XWin-32
- Click ‘Security’ tab
- Click ‘Add…’
- Enter ‘localhost’ without quotes and click ‘OK’
Connect:
- Start XWin32
- Start Putty
- Double click on the saved session you want
Posted in Remote Access
Tagged access, remote, ssh