Hello,
Since some time now the remote display is not working "properly". That means: I did on the local machine a
starting ssh with "-v -X" gives me
...
...
Sometimes there was a message about missing xauth - but not here...
Hopefully someone can give me an answer - because these things worked before since years
Thanks! Norbert
Since some time now the remote display is not working "properly". That means: I did on the local machine a
xhost + allowing all to display, and after login over ssh on the remote machine set environment setenv DISPLAY host:0 or as parameter --display host:0. What I actually get is:
Code:
# emacs --display=host:0
Display host:0 can't be opened
starting ssh with "-v -X" gives me
...
Code:
debug2: x11_get_proto: /usr/local/bin/xauth -f /tmp/ssh-ruksMZHwvnkO/xauthfile generate :0.0 MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2>/dev/null
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Warning: No xauth data; using fake authentication data for X11 forwarding.
debug1: Requesting X11 forwarding with authentication spoofing.
Sometimes there was a message about missing xauth - but not here...
Hopefully someone can give me an answer - because these things worked before since years
Thanks! Norbert