X-Spam-Check-By: sourceware.org Message-ID: <46897AC9.43400590@dessent.net> Date: Mon, 02 Jul 2007 15:23:05 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: ssh config References: Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l62MNFjO008944 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/