SSH issue with DISPLAY Variable
When I am exporting DISPLAY Variable in my shell script. I am getting the
following error while executing shell commands.
# ssh myuser@myhost
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Warning: No xauth data; using fake authentication data for X11 forwarding.
I changed the following lines in /etc/ssh/sshd_config
X11Forwarding yes
X11UseLocalhost no
But still I am getting that error.
I cannot nullify these errors but I am looking for anything can be done
from ssh config.
No comments:
Post a Comment