06-12-2016, 11:33 PM
I would assume that you want to export X11 to view X apps running on your local machine.
I've successfully done this on my Mac, but it should work on any platform that has X11 binaries for it
On the host:
Windows - install Xming
https://sourceforge.net/projects/xming/
Mac - install XQuartz
https://www.xquartz.org/
On pine (assuming you have working X11 env):
run 'xhost+' to enable all connections
should give you a message akin to "all connections are now permitted"
On your host:
1. Run X server you installed
2. SSH to Pine with -X, if using command line or if using Putty, expand SSH tab and select X11 forwarding to enable
That's it.
To test, run xeyes ;-)
I've successfully done this on my Mac, but it should work on any platform that has X11 binaries for it
On the host:
Windows - install Xming
https://sourceforge.net/projects/xming/
Mac - install XQuartz
https://www.xquartz.org/
On pine (assuming you have working X11 env):
run 'xhost+' to enable all connections
should give you a message akin to "all connections are now permitted"
On your host:
1. Run X server you installed
2. SSH to Pine with -X, if using command line or if using Putty, expand SSH tab and select X11 forwarding to enable
That's it.
To test, run xeyes ;-)