Re: ssh-agent doesn't die

2019-11-04 Thread Corinna Vinschen
On Nov 4 11:49, Tim Adye wrote: > On 03/11/2019 19:00, Corinna Vinschen wrote: > > On Sep 27 00:42, Tim Adye wrote: > > > Hi, > > > > > > I have noticed a (new?) problem with using ssh-agent to start a session, > > > eg. > > > with > > > > > >   ssh-agent xterm & > > > > > > When the xterm (o

Re: ssh-agent doesn't die

2019-11-04 Thread Tim Adye
On 03/11/2019 19:00, Corinna Vinschen wrote: On Sep 27 00:42, Tim Adye wrote: Hi, I have noticed a (new?) problem with using ssh-agent to start a session, eg. with   ssh-agent xterm & When the xterm (or whatever) command completes, the ssh-agent process is still left running in the backgroun

Re: ssh-agent doesn't die

2019-11-03 Thread Corinna Vinschen
On Sep 27 00:42, Tim Adye wrote: > Hi, > > I have noticed a (new?) problem with using ssh-agent to start a session, eg. > with > >   ssh-agent xterm & > > When the xterm (or whatever) command completes, the ssh-agent process is > still left running in the background. It should stop once its subp

Re: ssh-agent doesn't die

2019-10-04 Thread Ken Brown
On 10/4/2019 10:27 AM, Ken Brown wrote: > On 9/29/2019 4:05 PM, Ken Brown wrote: >> On 9/27/2019 10:12 AM, Ken Brown wrote: >>> On 9/27/2019 9:37 AM, Norton Allen wrote: On 9/26/2019 10:50 PM, Ken Brown wrote: > >> As a simple test example, consider: >> >> /bin/ssh-agent /bin/s

Re: ssh-agent doesn't die

2019-10-04 Thread Ken Brown
On 9/29/2019 4:05 PM, Ken Brown wrote: > On 9/27/2019 10:12 AM, Ken Brown wrote: >> On 9/27/2019 9:37 AM, Norton Allen wrote: >>> On 9/26/2019 10:50 PM, Ken Brown wrote: > As a simple test example, consider: > > /bin/ssh-agent /bin/sleep 10 > > While the sleep is still runn

Re: ssh-agent doesn't die

2019-09-29 Thread Ken Brown
On 9/27/2019 10:12 AM, Ken Brown wrote: > On 9/27/2019 9:37 AM, Norton Allen wrote: >> On 9/26/2019 10:50 PM, Ken Brown wrote: >>> As a simple test example, consider: /bin/ssh-agent /bin/sleep 10 While the sleep is still running, ps shows:     PID    PPID   

Re: ssh-agent doesn't die

2019-09-27 Thread Norton Allen
On 9/27/2019 11:09 AM, Ken Brown wrote: On 9/27/2019 10:27 AM, Vanda Vodkamilkevich wrote: Hi, this may probably be not fully related but I see from time to time a strange behavior of ssh-agent (running in the background and initially started by keychain launched in .bashrc) : the agent is runni

Re: ssh-agent doesn't die

2019-09-27 Thread Ken Brown
On 9/27/2019 10:27 AM, Vanda Vodkamilkevich wrote: > Le ven. 27 sept. 2019 à 16:13, Ken Brown a écrit : > >> On 9/27/2019 9:37 AM, Norton Allen wrote: >>> On 9/26/2019 10:50 PM, Ken Brown wrote: > As a simple test example, consider: > > /bin/ssh-agent /bin/sleep 10 > > Wh

Re: ssh-agent doesn't die

2019-09-27 Thread Vanda Vodkamilkevich
Le ven. 27 sept. 2019 à 16:13, Ken Brown a écrit : > On 9/27/2019 9:37 AM, Norton Allen wrote: > > On 9/26/2019 10:50 PM, Ken Brown wrote: > >> > >>> As a simple test example, consider: > >>> > >>> /bin/ssh-agent /bin/sleep 10 > >>> > >>> While the sleep is still running, ps shows: > >>> > >>>

Re: ssh-agent doesn't die

2019-09-27 Thread Ken Brown
On 9/27/2019 9:37 AM, Norton Allen wrote: > On 9/26/2019 10:50 PM, Ken Brown wrote: >> >>> As a simple test example, consider: >>> >>> /bin/ssh-agent /bin/sleep 10 >>> >>> While the sleep is still running, ps shows: >>> >>>     PID    PPID    PGID WINPID   TTY UID    STIME COMMAND >

Re: ssh-agent doesn't die

2019-09-27 Thread Norton Allen
On 9/26/2019 10:50 PM, Ken Brown wrote: As a simple test example, consider: /bin/ssh-agent /bin/sleep 10 While the sleep is still running, ps shows:   PID    PPID    PGID WINPID   TTY UID    STIME COMMAND 1694    1693    1694   1576  ?  22534 00:01:10 /u

Re: ssh-agent doesn't die

2019-09-26 Thread Ken Brown
On 9/26/2019 7:42 PM, Tim Adye wrote: > Hi, > > I have noticed a (new?) problem with using ssh-agent to start a session, eg. > with > >   ssh-agent xterm & > > When the xterm (or whatever) command completes, the ssh-agent process is > still > left running in the background. It should stop on

Re: ssh-agent doesn't die

2019-09-26 Thread Norton Allen
On 9/26/2019 7:42 PM, Tim Adye wrote: Is it just me that sees this, or could it be a bug in ssh-agent or Cygwin? I see the same thing (and have never heard of HitmanPro) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

ssh-agent doesn't die

2019-09-26 Thread Tim Adye
Hi, I have noticed a (new?) problem with using ssh-agent to start a session, eg. with   ssh-agent xterm & When the xterm (or whatever) command completes, the ssh-agent process is still left running in the background. It should stop once its subprocess is done. As a simple test example, co