[Gllug] ssh / xauth

Kim Hawtin kim at aldigital.co.uk
Wed Oct 17 12:40:25 UTC 2001


> >I don't understand why ssh needs X anyway since it's a command-line
> >program?
> 
> It doesn't. sshd is often configured to set up X11 forwarding automatically
> when you log in, though, and that's what's happening here.

if you don't want to see this again, then;

in /etc/ssh/ssh_config

change;
Host *
 ForwardX11 yes

to;
Host *
 ForwardX11 no

and i would put in things like the following, but make sure your
keys work first...

 FallBackToRsh no
 RhostsAuthentication no
 PasswordAuthentication no

and do similar things for your /etc/ssh/sshd_config
like dont allow remote root login etc ...

yours,


kim


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list