Ok, I got ssh-add to work now.
When I run maven site:deploy, it still hangs right after this
site:sshdeploy:
[echo]
siteAddress = xxx.xxx.xxx.xxx
siteDirectory = /opt/IBMHttpServer/htdocs/html/
siteUser = prgjr1
[tar] Building tar:
C:\crmj2ee\workspace\target\raweb-workspace-SNAPSHOT-sit
e.tar
[gzip] Building:
C:\crmj2ee\workspace\target\raweb-workspace-SNAPSHOT-site.t
ar.gz
[delete] Deleting:
C:\crmj2ee\workspace\target\raweb-workspace-SNAPSHOT-site
.tar
It just hangs right here.
-----Original Message-----
From: J�rg Schaible [mailto:[EMAIL PROTECTED]
Sent: Friday, November 12, 2004 10:30 AM
To: Maven Users List; [EMAIL PROTECTED]
Subject: RE: maven and ssh
Jason Roscoe wrote on Friday, November 12, 2004 4:20 PM:
> Yes, I have a cygwin2.dll in my OpenSSH\bin folder.
>
> Yes, when I run ssh-agent from my windows command prompt, it says:
>
> C:\>ssh-agent
> SSH_AUTH_SOCK=/tmp/ssh-VQPkPCF688/agent.688; export SSH_AUTH_SOCK;
> SSH_AGENT_PID=2292; export SSH_AGENT_PID;
> echo Agent pid 2292;
So you have to take this output and generate environment variables!
set SSH_AUTH_SOCK=/tmp/ssh-VQPkPCF688/agent.688
set SSH_AGENT_PID=2292
> Then, I run ssh-add, and get this:
>
> 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�rg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Disclaimer: This e-mail message is intended only for the personal use of
the recipient(s) named above. If you are not an intended recipient, you
may not review, copy or distribute this message. If you have received this
communication in error, please notify us immediately by e-mail and delete
the original message.
This e-mail expresses views only of the sender, which are not to be
attributed to Rite Aid Corporation and may not be copied or distributed
without this statement.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]