This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: ssh hanging with -f option


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@magnus.dk]
Sent: Thursday, September 06, 2001 1:48 PM
To: cygwin@cygwin.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:

<snip>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]