How to configure RHEL so users can access an app GUI remotely
        Posted  
        
            by 
                Rhyuk
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Rhyuk
        
        
        
        Published on 2012-10-05T13:08:51Z
        Indexed on 
            2012/10/05
            15:40 UTC
        
        
        Read the original article
        Hit count: 321
        
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?
© Server Fault or respective owner