On Mon, 2005-01-10 at 22:49 -0500, William Hooper wrote: > Jeff Vian said: > > On Mon, 2005-01-10 at 14:34 -0500, William Hooper wrote: > > > >> Guy Fraser said: > >> > >>> "To forward X11 so that applications are run as trusted > >>> clients, invoke ssh with the -Y flag instead of the -X flag, or set > >>> ForwardX11Trusted in the ~/.ssh/config file. > >>> " > >>> > >>> > >>> > >>> I put ; > >>> > >>> ForwardX11 yes > >>> > >>> into /etc/ssh/ssh_config > >> > >> On the client I assume? And the server is set to allow forwarding? > > > > That line is not correct for my FC3 system. > > man ssh_config says it is. > > > Mine is > > X11Forwarding yes > > No it isn't. Your server config (sshd_config) might have that line, but > the client config (ssh_config) shouldn't. > oops! Both say the same and I had not notices the difference in the way it was spelled in the two files (I even looked at both before I sent this.) Then I copied what was in the last file I looked at (sshd_config), so now I know I was too tired when I sent that :-(( Thanks for the heads up William.