Select either X11 forwarding using secure shell (SSH) or the virtual network computing (VNC) to do installations with a graphical user interface (GUI) installer on your Linux system.
Configure SSH with X11
Forwarding
You can use either
the -X or -Y flag to enable X11 forwarding through SSH when you log in as the
root user. For example:
ssh –Y root@server-name
Note:
If you do not
have DNS on your server or the server name does not work, enter the IP address
of the server.
(Optional) Install
the
xorg-x11-xauth package
(if it is not already installed). For example: