At 02:43 AM 9/8/2005, you wrote: >We run an application under Windows 2003 Server Standard Edition as a service >using Firedaemon. That application invokes ssh connections using the command > >c:\cygwin\bin\ssh -T -l fill_in_the_username > >with the appropriate ssh keys setup well ahead of time. > >When a user logs onto the W2k3 Server via Terminal Services Remote Desktop >Connection [RDC], user can interact with the application. While looking at the >service, user causes the application to start one or more ssh processes. These >start to run and appear to work fine. > >When user logs out of the RDC session, the application running as a service >continues, but the ssh processes end.
Sounds to me like FireDaemon is passing on the logoff event to processes. Maybe you just need to use 'nohup' for your 'ssh' invocations? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- 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/