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


Hi All...

From: Brian Dessent Subject: Re: ssh config
Date: Mon, 02 Jul 2007 15:23:05 -0700

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 = *
You can omit the Host command altogether if you place the global stuff at the top of the file before any specific host sections.
ForwardX11 = yes
ForwardX11Trusted = yes

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

:-)

...Karl

_________________________________________________________________
Local listings, incredible imagery, and driving directions - all in one place! http://maps.live.com/?wip=69&FORM=MGAC01



-- 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]