1

Мне нужно получить окно x для отображения на 'nathanb-box' из 'ceres' без туннелирования X поверх ssh.

[nathanb@nathanb-box ~] xhost +ceres
ceres being added to access control list
[nathanb@nathanb-box ~] xhost +ceres.foo.com
ceres.foo.com being added to access control list
[nathanb@nathanb-box ~] echo $DISPLAY
:0.0
[nathanb@nathanb-box ~] xauth list | grep nathanb
nathanb-box.foo.com:0  MIT-MAGIC-COOKIE-1  a27ad72172460013c07e3a31b0d7d6da

На цере ...

[nathanb@ceres ~] export DISPLAY=nathanb-box.foo.com:0.0
[nathanb@ceres ~] xauth list | grep nathanb
nathanb-box.foo.com:0  MIT-MAGIC-COOKIE-1  a27ad72172460013c07e3a31b0d7d6da
[nathanb@ceres ~] xterm
xterm Xt error: Can't open display: nathanb-box.foo.com:0.0

Что мне не хватает?

Спасибо Натан

1 ответ1

1

Оказывается, что X был запущен с -nolisten tcp. Я удалил "-nolisten tcp" из

/ И т.д. / X11 / Xinit / xserverrc

и это работает как шарм.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .