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:

Re: ssh-agent sh -c ssh-add => Could not open a connection to your authentication agent

2012-05-03 Thread John Hein
Christopher Faylor wrote at 12:41 -0400 on May 2, 2012: > Should be fixed in the upcoming snapshot for today: Confirmed. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscrib

Re: ssh-agent sh -c ssh-add => Could not open a connection to your authentication agent

2012-05-02 Thread Christopher Faylor
On Tue, May 01, 2012 at 09:56:44PM -0400, Christopher Faylor wrote: >On Tue, May 01, 2012 at 12:01:21PM -0600, John Hein wrote: >>% ssh-agent sh -c ssh-add >>Could not open a connection to your authentication agent > >Yep. I broke it. I'll fix it ASAP. Should be fixed in the upcoming snapshot fo

Re: ssh-agent sh -c ssh-add => Could not open a connection to your authentication agent

2012-05-01 Thread Christopher Faylor
On Tue, May 01, 2012 at 12:01:21PM -0600, John Hein wrote: >% ssh-agent sh -c ssh-add >Could not open a connection to your authentication agent Yep. I broke it. I'll fix it ASAP. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documen

Re: ssh-agent fails to create socket

2011-10-17 Thread jan.kolar
Another related 'recent update ?' message at cygwin-xfree: http://old.nabble.com/Could-not-open-a-connection-to-your-authentication-agent.-tt32667563.html "Not sure if this is directly related to the recent update, but after I "did the update, I could not open an connect to the ssh agent -

Re: ssh-agent fails to create socket

2011-10-17 Thread Corinna Vinschen
On Oct 17 04:08, jan.kolar wrote: > jan.kolar wrote: > > > >> I can reproduce this issue. It's not that it can't create the socket, > >> actually it does so, but for some reason it calls select and, when select > >> returns, it decides to clean up and exit. > > > > On modified cygwin 1.7.9-1, t

Re: ssh-agent fails to create socket

2011-10-17 Thread jan.kolar
jan.kolar wrote: > >> I can reproduce this issue. It's not that it can't create the socket, >> actually it does so, but for some reason it calls select and, when select >> returns, it decides to clean up and exit. > > On modified cygwin 1.7.9-1, the socket does not disappear > (until shortl

Re: ssh-agent fails to create socket

2011-10-17 Thread jan.kolar
> I can reproduce this issue. It's not that it can't create the socket, > actually it does so, but for some reason it calls select and, when select > returns, it decides to clean up and exit. On modified cygwin 1.7.9-1, the socket does not disappear (until shortly, 5 seconds?, after I type exi

Re: ssh-agent fails to create socket

2011-10-17 Thread Corinna Vinschen
On Oct 17 11:07, Corinna Vinschen wrote: > On Oct 14 13:02, Zdzislaw Meglicki wrote: > > After the latest upgrade (yesterday) I found that ssh-agent no longer > > works. It > > looks like if fails to create a socket. Here is an illustration: > > > > gustav@Crawley 503 $ ssh-agent bash -l > > gus

Re: ssh-agent fails to create socket

2011-10-17 Thread Corinna Vinschen
On Oct 14 13:02, Zdzislaw Meglicki wrote: > After the latest upgrade (yesterday) I found that ssh-agent no longer works. > It > looks like if fails to create a socket. Here is an illustration: > > gustav@Crawley 503 $ ssh-agent bash -l > gustav@Crawley 501 $ ls -r /tmp > ssh-zHtmAVFZ1412 > gusta

Re: ssh-agent, keychain, and Vista [Was: Re: Vista + cygwin basics]

2008-04-22 Thread Charles Wilson
Charles Wilson wrote: It seems to do what I want, but as you say, keychain does slow down the login process quite a bit. Other drawbacks to my approach: (1) the console user's ssh-agent does not survive logoff (but remote logons' ssh-agents do, since they all live in session 0). (2) non-st

Re: ssh-agent doesn't work with eval

2007-03-20 Thread Scott Reed
Dave Korn's message received 3/20/2007 1:28 PM: On 20 March 2007 17:21, S Reed wrote: ssh-agent was working fine for me over a year ago. I am sorry I cannot tell you what version I was running then. I upgraded a few times since then (now running 1.5.22) and I started getting "Could not open a c

RE: ssh-agent doesn't work with eval

2007-03-20 Thread Dave Korn
On 20 March 2007 17:21, S Reed wrote: > ssh-agent was working fine for me over a year ago. I am sorry I cannot > tell you what version I was running then. I upgraded a few times since > then (now running 1.5.22) and I started getting "Could not open a > connection to your authentication agent." fr

RE: ssh-agent variables available to any user process

2006-08-30 Thread Karl M
Hi All... From: Jörg Schaible Reply-To: To: "[ML] CygWin " Subject: RE: ssh-agent variables available to any user process Date: Wed, 30 Aug 2006 08:02:46 +0200 Lapo Luchini wrote on Wednesday, August 30, 2006 12:42 AM: > Under FreeBSD, I launch ssh-agent in my .xsession s

RE: ssh-agent variables available to any user process

2006-08-29 Thread Jörg Schaible
Lapo Luchini wrote on Wednesday, August 30, 2006 12:42 AM: > Under FreeBSD, I launch ssh-agent in my .xsession script and its > environment is automatically inherited by every shell I then > open in my > X11 session. > No such luck with Windows, but I found a way to propagate a > environment varia

Re: ssh-agent won't die peacefully at logout or shutdown

2005-05-28 Thread Gunnar Brading
Am I the only one experiencing this problem? No comments at all? -- Gunnar Gunnar Brading wrote: The problem I am experiencing is that my ssh-agent won't die when logging out or shutting down my Windows XP. Instead I get the standard dialog box about "Cannot end this program" with the option

Re: ssh-agent people (and others) please try latest snapshot

2005-03-24 Thread David Rothenberger
On 3/24/2005 6:11 AM, Corinna Vinschen wrote: On Mar 23 15:55, David Rothenberger wrote: This snapshot is not working as well as the 20050322 snapshot for me. I start ssh-agent, add a key to it, and then run while true; do date; ssh-add -l; done in four rxvt windows simultaneously. With the prev

Re: ssh-agent people (and others) please try latest snapshot

2005-03-24 Thread Corinna Vinschen
On Mar 23 15:55, David Rothenberger wrote: > On 3/23/2005 10:19 AM, Christopher Faylor wrote: > >The latest (2005-03-23 as of this writing) snapshot has some more > >improvements from Corinna wrt unix domain sockets. > > > >We're coming close to a 1.5.14 release so I would appreciate it if > >peopl

Re: ssh-agent people (and others) please try latest snapshot

2005-03-23 Thread David Rothenberger
On 3/23/2005 10:19 AM, Christopher Faylor wrote: The latest (2005-03-23 as of this writing) snapshot has some more improvements from Corinna wrt unix domain sockets. We're coming close to a 1.5.14 release so I would appreciate it if people would try the latest snapshot and report their successes or

Re: ssh-agent people (and others) please try latest snapshot

2005-03-23 Thread Christopher Faylor
On Wed, Mar 23, 2005 at 02:33:13PM -0500, Christopher Faylor wrote: >On Wed, Mar 23, 2005 at 01:53:05PM -0500, Brian Bruns wrote: >>On Wednesday, March 23, 2005 1:19 PM [EST], Christopher Faylor wrote: >> >>> The latest (2005-03-23 as of this writing) snapshot has some more >>> improvements from Co

Re: ssh-agent people (and others) please try latest snapshot

2005-03-23 Thread Christopher Faylor
On Wed, Mar 23, 2005 at 01:53:05PM -0500, Brian Bruns wrote: >On Wednesday, March 23, 2005 1:19 PM [EST], Christopher Faylor wrote: > >> The latest (2005-03-23 as of this writing) snapshot has some more >> improvements from Corinna wrt unix domain sockets. >> >> We're coming close to a 1.5.14 relea

Re: ssh-agent people (and others) please try latest snapshot

2005-03-23 Thread Brian Bruns
On Wednesday, March 23, 2005 1:19 PM [EST], Christopher Faylor wrote: > The latest (2005-03-23 as of this writing) snapshot has some more > improvements from Corinna wrt unix domain sockets. > > We're coming close to a 1.5.14 release so I would appreciate it if > people would try the latest snapsh

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-25 Thread Corinna Vinschen
On Feb 25 00:11, Karl M wrote: > >From: Corinna Vinschen > >Hack, are you there? Karl, if Hack doesn't see this message for some > >reason, ould you mind to contact him? > > > I wouldn't mind at all, but I don't have an e-mail address for him. Most of > what I foung via google was 2 or 3 years ol

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-25 Thread Karl M
From: Corinna Vinschen Subject: Re: ssh-agent and /tmp/ssh-* removal at logout Date: Thu, 24 Feb 2005 11:52:22 +0100 On Feb 23 09:59, Karl M wrote: > >Did you talk with the Hack Kampbjorn, the Cygwin keychain maintainer > >about that? > > > I have not talked with him recent

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-24 Thread Corinna Vinschen
On Feb 23 09:59, Karl M wrote: > >Did you talk with the Hack Kampbjorn, the Cygwin keychain maintainer > >about that? > > > I have not talked with him recently. keychain 2.0.3 is pretty old, so I was > not sure if he was still supporting it. If Hack wants to support keychain > as a service, I can

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Karl M
From: Jim Kleckner Subject: Re: ssh-agent and /tmp/ssh-* removal at logout Date: Wed, 23 Feb 2005 15:04:46 -0800 Karl M wrote: From: Jim Kleckner Subject: ssh-agent and /tmp/ssh-* removal at logout Date: Wed, 23 Feb 2005 06:18:50 -0800 ssh-agent leaves stale directories named /tmp/ssh- that

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Jim Kleckner
Karl M wrote: From: Jim Kleckner Subject: ssh-agent and /tmp/ssh-* removal at logout Date: Wed, 23 Feb 2005 06:18:50 -0800 ssh-agent leaves stale directories named /tmp/ssh- that contain the named pipe for authentication. These left over directories come about when you log out or shut down the

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Karl M
From: Corinna Vinschen >Reply-To: cygwin@cygwin.com Subject: Re: ssh-agent and /tmp/ssh-* removal at logout Date: Wed, 23 Feb 2005 18:21:00 +0100 On Feb 23 08:41, Karl M wrote: > I'm in the process of doing some clean-up work and trying out keychain > 2.5.1. I am also adding ${HOST

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Karl M
From: Jim Kleckner Subject: Re: ssh-agent and /tmp/ssh-* removal at logout Date: Wed, 23 Feb 2005 09:20:08 -0800 Corinna Vinschen wrote: On Feb 23 06:18, Jim Kleckner wrote: ssh-agent leaves stale directories named /tmp/ssh- that contain the named pipe for authentication. These left over

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Corinna Vinschen
On Feb 23 08:41, Karl M wrote: > I'm in the process of doing some clean-up work and trying out keychain > 2.5.1. I am also adding ${HOSTNAME}.cmd file creation for use with Windows > shell scripts. If there is interest, perhaps I should offer to maintain > keychain, with additional support for l

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Jim Kleckner
Corinna Vinschen wrote: On Feb 23 06:18, Jim Kleckner wrote: ssh-agent leaves stale directories named /tmp/ssh- that contain the named pipe for authentication. These left over directories come about when you log out or shut down the computer without stopping ssh-agent either by running keychain

RE: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Mark Paulus
I think keychain as a service would be nice. I currently use a modified version of ssh-agent as a service, and it works pretty well. I just have to remember to replace the ssh-agent with my patched version any time the ssh package gets updated. And, yes, I have offered a patch upstream as well

RE: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Karl M
From: Jim Kleckner Subject: ssh-agent and /tmp/ssh-* removal at logout Date: Wed, 23 Feb 2005 06:18:50 -0800 ssh-agent leaves stale directories named /tmp/ssh- that contain the named pipe for authentication. These left over directories come about when you log out or shut down the computer with

Re: ssh-agent and /tmp/ssh-* removal at logout

2005-02-23 Thread Corinna Vinschen
On Feb 23 06:18, Jim Kleckner wrote: > ssh-agent leaves stale directories named /tmp/ssh- > that contain the named pipe for authentication. > These left over directories come about when you log out > or shut down the computer without stopping ssh-agent > either by running keychain to shut it do

Re: ssh-agent: Cygwin version problems

2004-09-30 Thread Duncan Murdoch
I've discovered that some of the information in my post below is wrong: On Sun, 26 Sep 2004 10:54:29 -0400, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >I've been using OpenSSH with Cygwin for a while now, very >successfully. Thanks to all who put this together. > >I'd like to set up my machine for

Re: ssh-agent on cygwin

2003-11-07 Thread Max Bowsher
Robert Mecklenburg wrote: > I'm having trouble getting ssh-agent to work. I've tried both dsa > and rsa keys with and without a passphrase and every time I'm still > prompted for a password on the remote system. I've looked at the ssh > faq and googled the cygwin list. I can login remotely witho

RE: ssh-agent

2002-05-21 Thread Brian Gallew
Harig, Mark A. said: > You might want to look at the tool 'keychain'. In the setup.exe > Category window, it's in the 'Utils' group. Here's what it > displays when you enter: $ keychain --help keychain is certainly a nice tool, but I'm not sure it's going to help. See, I've already got the (tr

Re: ssh-agent

2002-05-21 Thread Jim.George
On Tue, 21 May 2002, Brian Gallew wrote: > Jim.George said: > > cygrunsrv.exe --install ssh-agent -p /bin/ssh-agent.exe -a "-d" > > Probably, but it makes no difference. "cygrunsrv --start ssh-agent" > still tells me:The service did not respond to the start or control request in a > timely f

Re: ssh-agent

2002-05-21 Thread Brian Gallew
Jim.George said: > cygrunsrv.exe --install ssh-agent -p /bin/ssh-agent.exe -a "-d" Probably, but it makes no difference. "cygrunsrv --start ssh-agent" still tells me:The service did not respond to the start or control request in a timely fashion. -- Unsubscribe info: http://cygwin.c

RE: ssh-agent

2002-05-21 Thread Harig, Mark A.
> -Original Message- > From: Brian Gallew [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 8:54 PM > To: [EMAIL PROTECTED] > Subject: ssh-agent > > > I'm trying to use ssh-agent in a useful manner on my laptop. So, my > desired state is to run the agent as a service. Here's the

Re: ssh-agent

2002-05-20 Thread Jim.George
On Mon, 20 May 2002, Brian Gallew wrote: > I'm trying to use ssh-agent in a useful manner on my laptop. So, my > desired state is to run the agent as a service. Here's the command > I'm using to *try* to install it. > cygrunsrv.exe --install ssh-agent -p /bin/ssh-agent -a "-d" > Brian,