Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 77482 invoked from network); 12 Nov 2004 15:29:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Nov 2004 15:29:58 -0000 Received: (qmail 80536 invoked by uid 500); 12 Nov 2004 15:29:54 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 80506 invoked by uid 500); 12 Nov 2004 15:29:54 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 80493 invoked by uid 99); 12 Nov 2004 15:29:54 -0000 Received-SPF: pass (hermes.apache.org: local policy) Received: from [134.98.65.18] (HELO gateway.elsag.de) (134.98.65.18) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 12 Nov 2004 07:29:54 -0800 Received: from vwall.elsag.de by gateway.elsag.de via smtpd (for hermes.apache.org [209.237.227.199]) with SMTP; Fri, 12 Nov 2004 16:29:53 +0100 Received: from esmail by esmail via smtpd (for vwall.elsag.de [192.168.100.108]) with SMTP; Fri, 12 Nov 2004 16:29:51 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: maven and ssh Date: Fri, 12 Nov 2004 16:29:51 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: maven and ssh Thread-Index: AcTIPcKa2XzBjEhJQCi1cz+KV3KxKwAUPUZAAAqpgHAAACuK8AAAbFzgAAEk2mAAAA/tcAAAEYHAAAJ8GtAAAF4gMA== From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: "Maven Users List" , X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jason Roscoe wrote on Friday, November 12, 2004 4:20 PM: > Yes, I have a cygwin2.dll in my OpenSSH\bin folder. >=20 > Yes, when I run ssh-agent from my windows command prompt, it says: >=20 > C:\>ssh-agent > SSH_AUTH_SOCK=3D/tmp/ssh-VQPkPCF688/agent.688; export SSH_AUTH_SOCK; > SSH_AGENT_PID=3D2292; export SSH_AGENT_PID; > echo Agent pid 2292; So you have to take this output and generate environment variables! set SSH_AUTH_SOCK=3D/tmp/ssh-VQPkPCF688/agent.688 set SSH_AGENT_PID=3D2292 > Then, I run ssh-add, and get this: >=20 > C:\>ssh-add > Could not open a connection to your authentication agent. Now ssh-add knows the PID and the SOCKET for the communication. - J=F6rg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org