How to configure RHEL so users can access an app GUI remotely
- by Rhyuk
I have an application installed in my RHEL6 box that has a GUI (AppGui.sh). My problem is that a few non-tech users would like to access this GUI remotely. I've tried several guides over the internet but I still cant make it work.
I tried:
-Installing X Window System
-Enabling FORWARDX11=yes in my sshd_config
-Exporting $DISPLAY variable
-Connecting through ssh -X user@host (simply stays there)
How can I setup my box from scratch to make this work?