Logging in via X in multiple places
aluminumsulfate at earthlink.net
aluminumsulfate at earthlink.net
Tue Feb 6 22:56:03 EST 2007
> Date: Tue, 6 Feb 2007 19:51:16 -0500
> From: pds <pds100 at gmail.com>
> One additional thing is to make sure the X process does not contain a
> '-nolisten' option. This is enable by default on at least fedora. The
> simplest way to turn it off is to run gdmsetup, under the security tab
> uncheck 'Deny TCP connections to Xserver'. The Xserver will need to be
> restarted.
>
> -pete
Actually, using -nolisten is okay as long as you aren't cross-connecting X
servers and X apps between machines. It's generally considered a better
practice to use unix domain sockets than TCP when your X server(s) and
application(s) are on the same machine.
Besides, if your home directory is mounted via NFS, your .Xauthority file
is accessible to anyone with root access to the network. In a sense, it's
(not "its") effectively chmod'd a+rw. So, in this particular scenario, you
would probably WANT to use -nolisten.
More information about the gnhlug-discuss
mailing list