When I use ssh -X on my Mac (running OS X 10.6.7) to connect to my Ubuntu (11.04) box, I get the following warning:
Warning: untrusted X11 forwarding setup failed: xauth key data not generated Warning: No xauth data; using fake authentication data for X11 forwarding.
Is there something I can do to make this warning go away? If not, can I safely ignore it?
X11 forwarding seems to work fine, though I do see this message:
Xlib: extension "RANDR" missing on display "localhost:10.0".
Is that related to the warning? (I'm guessing not. If it's not, I'll file a new question about that.)
sudo apt-get install xauthtells me "xauth is already the newest version" – Daryl Spitzer May 26 '11 at 19:00