# Install Required Packages
yum install -y xorg-x11-server-Xorg xorg-x11-xauth xorg-x11-apps
# Enable X11 Fowarding
cp -p /etc/ssh/sshd_config /etc/ssh/sshd_config.orig
vim /etc/ssh/sshd_config
#Change these 2.
X11Forwarding yes
X11UserForwarding yes
# Restart SSH Service
systemctl restart sshd
service sshd restart
#Install xmin software
Download it from here
# Test Connection
run xclock