Message-Id: <200108271738.NAA22842@delorie.com> Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Mark Paulus" To: "cygwin AT cygwin DOT com" Date: Mon, 27 Aug 2001 11:38:11 -0600 Reply-To: "Mark Paulus" X-Mailer: PMMail 2000 Professional (2.20.2350) For Windows 2000 (5.0.2195;2) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Conection refused by X server. How are you doing the X stuff through ssh? on my cygwin box I use: ssh -X -l linux-host. This sets up my X forwarding from my Linux box to my cygwin box. Then within the ssh session, I just do a 'xapp', and everything usually works. The -X option to ssh sets up a "proxy" X server, with it's own display (from the ssh session, do an 'echo $DISPLAY'. You should see something like localhost:10'). On Mon, 27 Aug 2001 15:22:38 -0200, nvasconcelos AT genius DOT org DOT br wrote: >Hello, > >I tried to do a redirection of the X display from another machine (Linux). >First call xhost to the remote machine IP, and , at remote machine, tried >to redirect (by ssh) the X display. > >The answer on client (Linux kernel 2.2): > >#Xlib: connection to "103.1.50.200:0.0" refused by server >#Xlib: Client is not authorized to connect to Server >#lyx: Can't open display 103.1.50.200:0.0 >#LyX: unable to access X display, exiting > >On server (Cygwin machine): >#client 1 regected from 103.1.50.132 port 1145. > >Whats happens ?? > >Thanks, >Nivaldo > >PS: All IP are local (intranet). > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/