X-Spam-Check-By: sourceware.org Message-ID: <46002148.2020208@spamcop.net> Date: Tue, 20 Mar 2007 14:00:40 -0400 From: Scott Reed User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: ssh-agent doesn't work with eval References: <46001815 DOT 7090807 AT spamcop DOT net> <001301c76b15$1c633f20$2e08a8c0 AT CAM DOT ARTIMI DOT COM> In-Reply-To: <001301c76b15$1c633f20$2e08a8c0@CAM.ARTIMI.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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 >> connection to your authentication agent." from ssh-add. I found that if >> I call ssh-agent on the command line and then issue the set and export >> commands myself, then ssh-add works fine. It's just when I use "eval >> `ssh-agent`" that ssh-add fails. With "eval `ssh-agent`" the env vars >> are fine, the socket file is in /tmp, the agent process is running, >> SSH_AUTH_SOCK is set and exported - basically it all looks like it >> should work - but ssh-add does not work. If anyone can explain this or >> at least tell me how to fix it, I would greatly appreciate it. > > WAG: Does "eval `ssh-agent | d2u`" work any better? > > cheers, > DaveK Thank you for the quick reply, Dave. d2u doesn't seem to make any difference. I get the same behavior with or without it. Scott -- 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/