Showing posts with label Warning: No xauth data; using fake authentication data for X11 forwarding. Show all posts
Showing posts with label Warning: No xauth data; using fake authentication data for X11 forwarding. Show all posts

Friday, January 2, 2015

Warning: No xauth data; using fake authentication data for X11 forwarding

Either you have changed your hostname or any similar activity on your system that's why other system is not identifying you.

Solution :
Run this command on terminal
xauth add :0 . `mcookie`
To check whether your hostname is added in the list or not, run
xauth list
Now ssh into other system, you will not get this error.