Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: "artem_ave" Subject: Re: GUI apps through ssh Date: Tue, 1 Mar 2005 14:21:53 +0300 Lines: 63 Message-ID: References: <94B02B76447B1C4A999430C6DC618CDE010360E0 AT u8sm7 DOT ditscom DOT dsh DOT de> X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: mogate.estylesoft.com X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: goc-cygwin AT m DOT gmane DOT org X-MailScanner-To: cygwin AT cygwin DOT com X-IsSubscribed: yes Thanks a lot, X11Forwarding worked just fine. The only thing is that default DISPLAY value is set 'solaris:10.0' which is not accessible. So I had to change it manually to 'localhost:10.0'. And it worked finally. How can I get the proper set by default? Many thanks indeed, Artem A. Avetisyan. wrote in message news:94B02B76447B1C4A999430C6DC618CDE010360E0 AT u8sm7 DOT ditscom DOT dsh DOT de... Don't forget to enable X11Forwarding at the Target sshd It must forward X11 in /etc/sshd_config X11Forwarding yes defaut is "no": #X11Forwarding no DISPLAY-Setting is by sshd !! Result is e.g. DISPLAY=localhost:11.0 Mit freundlichen Gr??en Klaus-Peter -----Original Message----- From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Satish Balay Sent: Monday, February 28, 2005 5:40 PM To: cygwin AT cygwin DOT com Subject: Re: GUI apps through ssh On Mon, 28 Feb 2005, Satish Balay wrote: > Also - if invoking ssh from a regular bash-cmd [not xterm] - make sure > your display variable is properly set. > > i.e > setenv DISPLAY :0.0 Ah.. I'm mixing bash & tcsh.. [correct command woud be] export DISPLAY=:0.0 > ssh -Y remotemachine > xterm -- 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/ -- 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/