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 Message-ID: <001c01c23998$1843e470$6132bc3e@BABEL> From: "Conrad Scott" To: "=?koi8-r?B?4s/SydMg883J0s7P1w==?=" Cc: References: <18033324390 DOT 20020801190017 AT eastwind DOT ru> Subject: Re: HOWTO run ssh-agent as an NT/2K service Date: Thu, 1 Aug 2002 21:14:51 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0019_01C239A0.794DD610" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 ------=_NextPart_000_0019_01C239A0.794DD610 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit "Борис Смирнов" wrote: > There is a problem when running ssh-agent from a shell prompt: when you > logout from that shell the console window won't close until one kills > the agent. I can reproduce this problem and I don't know why it happens. A simple "solution" is to use rxvt rather than a command window. I've attached the /cygwin.bat file I use for this purpose: you may need to adjust for your setup. Note that there is also the problem that ssh-agent doesn't shutdown cleanly if you logout (on an NT box). I assume it's not responding to the necessary signal but I've not yet been bothered to investigate this. HTH, // Conrad ------=_NextPart_000_0019_01C239A0.794DD610 Content-Type: application/octet-stream; name="cygwin.bat" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cygwin.bat" @echo off c:\cygwin\usr\X11R6\bin\run.exe rxvt -ls -e bash --login -i ------=_NextPart_000_0019_01C239A0.794DD610 Content-Type: text/plain; charset=us-ascii -- 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/ ------=_NextPart_000_0019_01C239A0.794DD610--