ssh config
Brian Dessent
brian@dessent.net
Mon Jul 2 22:23:00 GMT 2007
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/
More information about the Cygwin
mailing list