ajh-valmer wrote:
I cannot open a graphic tool on my Debian TDE, with a terminal and SSH, from a remote server, I receive this message : # xeyes "X11 connection rejected because of wrong authentication. Error: Can't open display: localhost:10.0"
$ grep -i X11Forwarding /etc/ssh/sshd_config X11Forwarding yes # X11Forwarding no
then when you login ( ssh -X ) export DISPLAY=:10
or
export DISPLAY=localhost:10
if still an issue check what is loclahost in /etc/hosts