ajh-valmer wrote:
Made, and always :
"X11 connection rejected because of wrong authentication.
Error: Can't open display: localhost:11.0"
This problem seems irresolvable for me...
the display is localhost:10.0
unless you connect second time (see X11DisplayOffset)
And you access with :10 (no .0 at the end) short:
~$ export DISPLAY=:10
~$ xeyes
worked always and worked this time as well
Actually I do not even have to export DISPLAY - it is set automatically by
SSH
PS: If you change SSH config, you have to restart sshd and connect again
(ssh -X)