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 Message-ID: From: Peter Ring To: cygwin AT cygwin DOT com Subject: RE: ssh hanging with -f option Date: Thu, 6 Sep 2001 14:37:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" OK I got it ... of course sshd must have a PATH that includes /usr/X11R6/bin, and it didn't (tested with ssh -f someserver "echo \$PATH". So I added a key named PATH in ..\Services\sshd\Parameters\Environment with a string value that includes /usr/X11R6/bin, stopped and started sshd, and Voila! almost success. I have to introduce a small pause like this: ssh -X -f 10.10.2.131 "sleep 5; rxvt" but who cares. As an aside, should I want to be able to start win32 gui applications on the remote end, what priviliges must sshd have? Kind regards Peter Ring -----Original Message----- From: Peter Ring [mailto:pri AT magnus DOT dk] Sent: Thursday, September 06, 2001 1:48 PM To: cygwin AT cygwin DOT com Subject: RE: ssh hanging with -f option I just installed the cygwin1.dll snapshot from the 4. of Sep. Can you also start an rxvt terminal like this ssh -v -X -f someserver rxvt While I can log in with ssh -X someserver and then start an rxvt on a local X server (Cygwin/XFree, BTW), I can't use the -f option. I get: -- 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/