This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh config


René Berber wrote:

> What you did in ~/.ssh/config was add the parameter (-X) for the specific host,
> that AFAIK cannot be done globally (unless globing is accepted in the same
> config file).

Sure you can, the following in ~/.ssh/config:

Host = *
ForwardX11 = yes
ForwardX11Trusted = yes

...is the exact equivalent of ssh -XY applied by default to every host.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]