xorg on a headless, mouseless, keyboardless box
Christopher Cowart
ccowart at rescomp.berkeley.edu
Sat Dec 16 15:33:13 PST 2006
> I've used this "ssh -X" that you mention. This works fine for "userland"
> programs, but in order to troubleshoot my particular issue I'd need to be
> logged in as root. When I try to "su" remotely to run the command I get:
>
> X11 connection rejected because of wrong authentication.
> X connection to localhost:10.0 broken (explicit kill or server shutdown).
I think what's going on is that X puts some authentication information
in your home directory: ~/.Xauthority. You might try:
$ su -m
That will preserve your environment (including $HOME). Now when X goes
looking for the ~/.Xauthority, it will find the one sshd set up in your
user home directory.
>
> I might try logging in locally as root and see what happens ....
>
> But in the long run I think that if I could understand how to grant myself an
> actual X session on the remote box then I could figure out how to do this and
> potentially other stuff.
>
> Thanks for any information you might share.
>
> lane
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
--
Chris Cowart
Network and Infrastructure Systems Administrator
RSSP-IT, UC Berkeley
"May all your pushes be popped"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20061216/6486794d/attachment.pgp
More information about the freebsd-questions
mailing list