Re: ForwardX11Trusted option not working

From: YZ (DELETECAPSnews.overbored_at_spamgourmetNOSPAM.com)
Date: 09/25/05


Date: 25 Sep 2005 09:10:50 GMT

Neil W Rickert <rickert+nn@cs.niu.edu> wrote in
news:tQpZe.1371$i31.298@newssvr17.news.prodigy.com:

> YZ <DELETECAPSnews.overbored@spamgourmetNOSPAM.com> writes:
>
>>I'm trying to avoid specifying -Y all the time on the command line.
>>This is in my .ssh/config:
>
>>Host blah
>> HostName my.server.com
>> User me
>> ForwardX11 yes
>> ForwardX11Trusted yes
>
>>However, that doesn't seem to do anything; I still need to specify -Y.
>>I'm using openssh 3.8p1, if that matters. What am I missing? Thanks in
>>advance for any help.
>
> That works for me.
>
> You probably have to do
>
> ssh Host
>
> not
>
> ssh my.server.com
>
> if you want that to work.
>
>

Sorry, false alarm, it does indeed work.