- Install Xming: http://sourceforge.net/projects/xming/
- Set your path variable:
export PATH=$PATH:/c/Users/myself/AppData/Local/Xming/
- [always?]: Run XLaunch and select the display setting you want to use
- Export DISPLAY variable:
export DISPLAY=localhost:0
- ssh with the x11 forwarding enabled:
ssh -XY me@myhost
- Try it out:
nautilus
Last active
April 3, 2025 18:15
-
-
Save jakebrinkmann/0ad48c010eafa722d6be5bbd248f0cc6 to your computer and use it in GitHub Desktop.
Get x11 forwarding setup in windows (I'm using git-bash) (should be similar for cygwin) (do not use putty)
Thank you. I was trying with localhost:10.0 and it didn't work. localhost:0 did the trick.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! This got me going with mingw64 (git bash) + Ubuntu 14.04. I chose the "don't install an ssh client" during xming installation.