On the client (Windows machine) side:
- Install Cygwin[1] and Cygwin/X[2]
- Set $DISPLAY variable in your startup script (I put it in ~/.bashrc)
# Add DISPLAY for X11 forwarding export DISPLAY=":0.0"
- Start a Cygwin Terminal and
- Start X Server
startxwin &
- Connect to your server
# -Y Enables trusted X11 forwarding. ssh -Y ${server_to_connect}
- Now you can run the application on the server and the GUI will be shown in your Windows machine. You can test by xlog
xlogo
No comments:
Post a Comment