SSH X11 전달이 작동하지 않음: 오류: 디스플레이를 열 수 없습니다: :5

SSH X11 전달이 작동하지 않음: 오류: 디스플레이를 열 수 없습니다: :5

SSH를 통한 X11 전달을 사용하여 내 워크스테이션(Windows PC)을 원격 PC(CentOS Linux 버전 7.5.1804)에 연결했습니다. SSH 연결은 제대로 작동하지만 Firefox나 다른 GUI를 열려고 하면 다음과 같은 오류 메시지가 나타납니다 Error: cannot open display: :5. 또한 /etc/ssh/sshd_config파일에 X11Forwarding이 활성화되어 있는지 확인했는데 활성화되었습니다. MobaXterm을 사용하여 ssh 연결을 설정하고 있지만 퍼티를 시도하거나 ssh(ssh -Y user@rempte-adress)를 열어도 같은 결과가 나타납니다. echo $DISPLAY디스플레이: 5. 여기서 무슨 일이 일어나고 있는지 아는 사람이 있습니까?

편집하다

X 서버를 시작하려고 하면 startx다음 오류 메시지가 나타납니다.

xauth:  file /home/glock/.serverauth.23745 does not exist

(EE)
Fatal server error:
(EE) PAM authentication failed, cannot start X server.
        Perhaps you do not have console ownership?
(EE)
(EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
(EE)
^Cxinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: unexpected signal 2
Couldn't get a file descriptor referring to the console

관련 정보