I'm doing an remote login using sshx -X as root:
ssh -X root@172.16.0.1
After that whatever application I open, a warning is coming like:
X11 connection rejected because of wrong authentication. Blockquote
Still the application is opening. I've opened nautilus, firefox, opera, idle. All are opening regardless the warning. But when I open gedit the application is not opening after that warning and I'm being returned to my prompt.
I searched on-line and I'm getting for specific user how to provide x-auth. Since I'm logging in as a root user, I should be able to open any application.
Why it's saying wrong authentication?