delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2006/03/17/11:19:30

X-Spam-Check-By: sourceware.org
Message-ID: <a5f030530603170819y24fb917fn2b155d81f1f4b817@mail.gmail.com>
Date: Fri, 17 Mar 2006 11:19:13 -0500
From: "Brett Serkez" <bserkez AT gmail DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: How to run X Session from RH8 via ssh -X? How to run vnc via ssh?
In-Reply-To: <441ad940.063e2b04.0270.19ddSMTPIN_ADDED@mx.gmail.com>
MIME-Version: 1.0
References: <Pine DOT GSO DOT 4 DOT 63 DOT 0603020820510 DOT 28678 AT access1 DOT cims DOT nyu DOT edu> <441ad940 DOT 063e2b04 DOT 0270 DOT 19ddSMTPIN_ADDED AT mx DOT gmail DOT com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k2HGJOwJ030732

<snip>
> However, I cannot seem to start an X session from my "ssh  -X -p 892
> Administrator AT 209 DOT 22 DOT 31 DOT 134" session.
<snip>

I have previously reported this behavior, and not seen a fix, it used to work.

The problem is running xauth under the covers hangs.

If you add -v -v -v to your line above, you'll see it hang like:

debug2: x11_get_proto: /usr/X11R6/bin/xauth -f
/tmp/ssh-c96kVgf686/xauthfile generate 127.0.0.1:0.0
MIT-MAGIC-COOKIE-1 untrusted timeout 1200 2>/dev/null

If you remove the X forwarding switch (i.e., not use -X) you should be
able to login.

If you kill the X server and/or kill the hung xauth process, an
'empty' ssh Window (non-X) will appear, indicating to me that for some
reason, xauth is looking for input from the console vs. stdin.

As a work around, you can manually reverse forward the display, something like:

ssh -R 6001:localhost:6000 user AT system

then manually setting your display, in the above case:

export DISPLAY=:1

Manually picking a port as above can interfere or fail if it is
already in use, using the -X (or -Y) enlists the sshd on the target to
find a free port.

Brett

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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019