Gary Turner said: > I'm trying to get X and cygwin working so that I can ssh into the home > machine from my notebook. I originally set my Linux box to no-listen. > Like some kind of idiot, I cannot find where I put the switch.:) Will > some kind soul please let me know where to look so I can hit the FM?
if your asking how to set X to listen to TCP connections you don't need to if your tunneling X over SSH (ssh -X). If your asking how to enable X11 forwarding in ssh that is done in /etc/ssh/sshd_config (after you change it you must restart ssh /etc/init.d/ssh restart). If your still wanting to turn on X-over-TCP then grep -nri nolisten /etc/X11/* and change the files that are returned & restart X & any display managers that you use(xdm/gdm/kdm/etc) nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

