sshd_config 파일의 설정을 변경
service sshd restart 명령어를 통해 변경된 설정을 적용패키지 설치
yum install xorg-x11-xauth xterm
yum install xorg-x11-xauth xclock
yum install xorg-x11-server-Xorg.x86_64

timeout in locking authority file /home/[일반계정]/.Xauthority
xclock 실행
Warning: Missing charsets in String to FontSet conversion 경고 메시지 해결LC_ALL=C >> ~/.bash_profileexport LC_ALL >> ~/.bash_profilesource ~/.bash_profile
¡: 그룹 패키지 설치
w 해당 패키지에 포함된 모든 프로그램을 설치해 줌
yum –y groupinstall “X Window System”
출처: https://boansecurity.blogspot.com/2016/08/linux-xming-putty.html