Posts

Showing posts with the label forwarding

SSH X11 Forwarding Step By Step in Centos 6 x

SSH X11 Forwarding Step By Step in Centos 6 x How to do SSH X11-Forwarding :- In order to run an application on one CentOS 6 system and have it display on another system there are a couple of prerequisites. Firstly, the system on which the application is to be displayed must be running an X server. If the system is a Mac OS X, UNIX or Linux based system with a desktop environment running then this is no problem. If the system is running Windows, however, then you must install an X server on it before you can display applications from a remote system. A number of commercial and free Windows based X servers are available for this purpose and a web search should provide you with a list of options. Secondly, the system on which the application is being run (as opposed to the system which the application is to be displayed) must be configured to allow SSH access. From Server : Before you start  confirm the below packages are installed in your server. Run this command Step :1 # rpm ...