헤드리스 Debian 호스트와 Virtualbox 클라이언트가 있습니다. 이전에는 Debian에서 내 로컬 컴퓨터로 Firefox를 전달할 수 있었지만 갑자기 작동이 멈췄습니다.
xterm 또는 xeyes는 여전히 이전처럼 작동하며 문제가 없습니다.
Firefox를 시작하려고 합니다.
ssh -v -X <hostname> firefox
결과는 다음과 같습니다.
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
debug1: channel 2: free: x11, nchannels 2
debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
debug1: client_request_x11: request from 127.0.0.1 33734
debug1: channel 1: new [x11]
debug1: confirm x11
debug1: client_input_channel_open: ctype x11 rchan 4 win 65536 max 16384
debug1: client_request_x11: request from 127.0.0.1 33742
debug1: channel 2: new [x11]
debug1: confirm x11
X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
debug1: channel 1: free: x11, nchannels 3
debug1: channel 2: free: x11, nchannels 2
debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384
debug1: client_request_x11: request from 127.0.0.1 33754
debug1: channel 1: new [x11]
debug1: confirm x11
Error: cannot open display: localhost:10.0
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
debug1: channel 0: free: client-session, nchannels 2
X11 connection rejected because of wrong authentication.
debug1: channel 1: free: x11, nchannels 1
Transferred: sent 102100, received 18628 bytes, in 31.7 seconds
Bytes per second: sent 3224.1, received 588.2
debug1: Exit status 1
Chromium은 다음과 같은 출력을 제공합니다.
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
X11 connection rejected because of wrong authentication.
[69559:69559:0920/114752.211400:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY
[69559:69559:0920/114752.211590:ERROR:env.cc(255)] The platform failed to initialize. Exiting.
어떤 아이디어가 있나요?