Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Corinna Vinschen <cygwin@cygwin.com>
Date: Fri, 8 Dec 2000 17:13:01 +0100
X-Mailer: KMail [version 1.1.99]
Content-Type: text/plain;
  charset="us-ascii"
To: cygwin@cygwin.com
References: <20001208154811.20226.qmail@web4102.mail.yahoo.com>
In-Reply-To: <20001208154811.20226.qmail@web4102.mail.yahoo.com>
Subject: Re: Cygwin/openssh/X11 forwarding is not behaving
MIME-Version: 1.0
Message-Id: <00120817130102.14262@cygbert>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id LAA18016

On Friday 08 December 2000 16:48, zoch richard wrote:
> I am attempting to use the X11 forwarding features of
> openssh/cygwin.  There are no errors, but there is
> also no attempt to set up the cookies or $display on
> the server side.  Can this be done manually?
>
> Is this is a bug?
>
> Am I missing something?
>
> Is there a work-around?
>
> SSH/X11 forwarding is setup correctly on the server
> end and works just fine with other SSH clients, btw.

Did you check if X11Forward is enabled on the client side?
Take a look into /etc/ssh_config. After first install, X11
forwarding is disabled. The reason is commented in ssh_config:

	# Be paranoid by default
	Host *
	        ForwardAgent no
	        ForwardX11 no
	        FallBackToRsh no

Just change /etc/ssh_config or add an appropriate line to your
private ~/.ssh/config file.
	
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.
mailto:vinschen@redhat.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

