Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <3935164D.5DF304F4@vinschen.de>
Date: Wed, 31 May 2000 15:40:29 +0200
From: Corinna Vinschen <corinna@vinschen.de>
Reply-To: cygwin <cygwin@sourceware.cygnus.com>
X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14 i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Pierre Muller <muller@cerbere.u-strasbg.fr>
CC: cygwin <cygwin@sourceware.cygnus.com>
Subject: Re: BASH and OpenSSH problems
References: <39347BE1.5181F5E2@djh-freeweb.de>
	 <200005311055.MAA07817@cerbere.u-strasbg.fr> <200005311235.OAA09466@cerbere.u-strasbg.fr>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Pierre Muller wrote:
> At 13:17 31/05/00 +0200, Corinna Vinschen wrote:
> >Definitely. When you start ssh-agent, you'll have to redirect
> >it's output to `eval' to get it working. ssh-agent only writes
> >the environment settings to stdout. The same is true for
> >`ssh-agent -k'.
> 
>   I am not very familair with UniXy Shells but I didn't find any mention of
> this
> in the man page !

Nope. Look at the SYNOPSIS section. There's the example using `eval'.
 
> >Furthermore ssh-agent has no initial private keys. You'll have
> >to add them using `ssh-add' after starting ssh-agent. You can get
> >it a bit more convenient with an alias, eg.:
> >
> >       alias startssh='eval `ssh-agent`; ssh-add'
> >       alias stopssh='eval `ssh-agent -k`'
> 
>   I did that , it works correctly for setting the env variables,
> but I still obtain the following output from ssh-add:
> 
> Could not open a connection to your authentification agent

Good news: I can reproduce that. Bad news: It's only on W9X
and I don't know why. I will investigate that.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Cygnus Solutions, a Red Hat company

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

