Unix machines have been able to run software on a remote machine and display the GUI locally.
Linux and Mac OS X support X Forwarding with no extra software.
Any terminal on Linux should do X Forwarding.
For Mac users need to run "Applications > Utilities > XTerm". In a command line terminal run "ssh -Y user@server virtualbox" and you'll be running matlab on "server" but seeing it on your desktop. In this post we will discuss about How to X Forwarding with Putty.
Windows users need two pieces of software: an secure shell program (putty) to establish the remote connection and an X Server to handle the local display(xming). Click here to install putty and xming.
Below are the steps to configure putty:
Below are the steps configuring Xming :
Just run "All Programs > Xming Xming" and it should work if you've got PuTTY configured.
Connectiong putty :
Any terminal on Linux should do X Forwarding.
For Mac users need to run "Applications > Utilities > XTerm". In a command line terminal run "ssh -Y user@server virtualbox" and you'll be running matlab on "server" but seeing it on your desktop. In this post we will discuss about How to X Forwarding with Putty.
Windows users need two pieces of software: an secure shell program (putty) to establish the remote connection and an X Server to handle the local display(xming). Click here to install putty and xming.
Below are the steps to configure putty:
- Add Unix hostname
- Switch Protocol to SSH
- Type name of session in saved sessions
- Click 'Save'
putty: create session - Expand the 'SSH' tab from the 'Category' list
- Choose 'X11' from 'SSH' list
- Check 'Enable X11 Forwarding'
putty: enable x11 forwarding - Choose 'Session' from 'Category' list
- Click 'Save'
Just run "All Programs > Xming Xming" and it should work if you've got PuTTY configured.
Connectiong putty :
- Start Xming
- Start Putty
- Double click on the saved session that has been configured for X11 Forwarding
- After connect, run application that use GUI, for example: virtualbox
No comments:
Post a Comment