Post date: 07-Apr-2010 13:00:21
Modify .ssh/config
Host al_luc_serv_1
HostName <IP address of al_luc_serv_1>
User <USER>
ProxyCommand connect -S <Proxy Server IP Address> %h %p
ProxyCommand Connect , you can download from http://www.taiyo.co.jp/~gotoh/ssh/connect.exe  Put this connect exe into your /sbin or include the exe path into the $PATH
Login to cygwin
startx
Check the display port (e.g it is 0) then do
ssh -R 600n:localhost:600n al_luc_serv_1
export DISPLAY=localhost:0
xclock
And you are done !