Eu conectei minha estação de trabalho (Windows PC) via ssh com o X11forwarding para um PC remoto (versão 7.5.1804 do CentOS Linux).
A conexão ssh funciona bem, mas quando tento abrir o firefox ou alguma outra GUI, recebo a seguinte mensagem de erro: Error: cannot open display: :5
.
Eu também verifiquei o arquivo /etc/ssh/sshd_config
se o X11Forwarding está habilitado e é.
Eu estou usando MobaXterm para estabelecer uma conexão ssh, mas eu também tentei putty ou abrir ssh (ssh -Y usuário @ rempte-endereço) com o mesmo resultado. echo $DISPLAY
mostra: 5. Alguém tem alguma idéia de qual é o problema aqui?
EDITAR
se eu tentar iniciar o servidor X com startx
i, recebo a seguinte mensagem de erro
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
Tags ssh centos xforwarding