X11은 ssh 접속을 통한 CLI 환경에서 GUI 프로그램을 실행할 수 있도록 해준다.
윈도우에서 리눅스에 ssh로 접속하여 GUI 프로그램을 띄운다고 할 때,
윈도우를 Client, 리눅스를 Server라고 생각하면 된다.
> yum groupinstall -y "GNOME Desktop" "Fonts"
> yum install -y xorg-x11-apps.x86_64 xorg-x11-xauth.x86_64 xorg-x11-server-Xorg.x86_64
/etc/ssh/sshd_config
파일을 수정한다.X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no
> touch /root/.Xauthority; chmod 600 /root/.Xauthority
> service sshd restart
Connection
-> SSH
-> X11
-> Enable X11 forwarding
체크