I have a server set up with a GUI for X11 forwarding.
I can SSH all good and fine
I have X11 forwarding allowed in my sshd_config on the server
I can do X11 forwarding with a different server on the same client
I have installed xauth on the server
I still cannot get my X11 to forward
When I run "echo $DISPLAY" just a blank line shows up so I tried "export DISPLAY=localhost:10.0" and still not working...
This is very frustrating and I don't know what else to do, please help!


