Archive

Archive for October, 2012

Remote Linux Server in X11 mode from Windows

This post is to help you remote linux server from Windows, especially with X11 display specified.

First step is installation of Cygwin including OpenSSH package.

Then, it is followed by installation of X-Win32.

No need to set any configuration to PuTTY in X-Win32, all you need are the following two commands in Cygwin with X-Win32 opened.

1) ssh -X -p [your port] [usrname]@[linux server address]

2) export DISPLAY=[host address]:0

Hope this would help you!

Categories: Gallery