[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remote connections to X apps
- To: silug-discuss@silug.org
- Subject: Re: Remote connections to X apps
- From: Robert Citek <rwcitek@alum.calberkeley.org>
- Date: Wed, 18 Jul 2007 22:51:32 -0500
- DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=cpK02PV/E4WsaWbbFW0MHFqx+Rw+asRv5cdEyAzBXFMm2Tk9aVBnNEjixxPFdhOxAqQlZdnaKGD7ocCG1YSjdx3v4PzGIX1NtphTqHLyIrNs88s30QyI4Gpc+wwyToipiXSJHEnA0M2xAzzL7mAo6P2VioQc4kWPg36dHC13Ym0=
- DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=iSXqlBNbQBa3UNfgg2IgICNrz4obGIEqq7qqbm3hGNofbuD2B3QTEFEXEaUmFabMlSQaWGJD0KyyEOtWdO8Gl/PuuNzfpcwLVmHplX1ewN+21xTEcfGASq6r1wgFfi6v/BoGDsoWKYWPrHtZDHGIPsS+JR1+KmkVNzzUbjkiRhs=
- In-Reply-To: <57286.63.164.202.130.1184785936.squirrel@www.peaknet.net>
- Organization: Southern Illinois Linux Users Group
- References: <57286.63.164.202.130.1184785936.squirrel@www.peaknet.net>
- Reply-To: silug-discuss@silug.org
- Sender: silug-discuss-owner@silug.org
- User-Agent: Thunderbird 1.5.0.12 (X11/20070604)
On 07/18/2007 02:12 PM, dsavage@peaknet.net wrote:
> Note that ssh's -X and -Y command line options allow X11 forwarding (see
> 'man ssh'). I've started Cygwin's X server on the PC here at work and
> leave it running in background ready to display any X session sent to it.
If you have Cygwin's X server running, verify that it's working. That
is, open an xterm on the local machine. Once that xterm is open, type
the following and post the output:
( set -x ; echo -- $DISPLAY -- )
It should look something like this:
+ echo -- :0.0 --
-- :0.0 --
If it does, connect to the remote machine with this ssh command:
ssh -v -X -Y -l <user> <ip_address>
Look for the line that contains "... Requesting X11 forwarding ..." and
post it.
> What other setup/configuration requirements have I missed? For those who
> might ask "Have you enabled X11 forwarding in the server's sshd_config
> file?", the answer is yes.
Can you verify that for us? That is, type the following command on the
remote host and post the output:
( set -x ; grep -i x11 /etc/ssh/sshd_config )
Regards,
- Robert
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.