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_profile
export LC_ALL >> ~/.bash_profile
source ~/.bash_profile
¡
: 그룹 패키지 설치
w
해당 패키지에 포함된 모든 프로그램을 설치해 줌
yum –y groupinstall “X Window System”
출처: https://boansecurity.blogspot.com/2016/08/linux-xming-putty.html