I ran ssh-agent and got this:

SSH_AUTH_SOCK=/tmp/ssh-tKiRbs3672/agent.3672; export SSH_AUTH_SOCK;
SSH_AGENT_PID=1756; export SSH_AGENT_PID;
echo Agent pid 1756;

I then ran maven and it still hung.  I then tried running ssh-add to add my
private key to the agent and it says:

Could not open a connection to your authentication agent.

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey
Sent: Thursday, November 11, 2004 6:07 PM
To: [EMAIL PROTECTED]
Subject: Re: maven and ssh

"it just hangs "
I had that too, it's because it needs your private key password.
But maven doesn't support it putting in.
I solved it by running the ssh-agent command first.

But I already documted all this in an xdoc which I send to Dion,
he would review it and add it to the site plugin docs...

-- 
With kind regards,
Geoffrey

"Brett Porter" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> I have seen similar on cygwin but have been unable to correct it. In
> general, I have not been able to reproduce it consistently.
>
> It may be worth checking for an update to SSH and SCP to see if that
helps.
>
> Thanks,
> Brett
>
>
> On Thu, 11 Nov 2004 15:43:43 -0500, Jason Roscoe <[EMAIL PROTECTED]>
wrote:
> >
> > I am using windowsXP and downloaded openSSH, so I have ssh.exe and
scp.exe.
> > When I run maven site:deploy, it just hangs after deleting the tar file
it
> > created.  When I run maven -X site:deploy, I get these errors:
> >
> >     [exec] [VERBOSE] Current OS is Windows XP
> >
> >     [exec] [VERBOSE] Executing 'ssh' with arguments:
> >
> > '-l'
> >
> > 'prgjr1'
> >
> > 'xxx.xxx.xxx.xxx'
> >
> > 'mkdir -p /opt/IBMHttpServer/htdocs/html/'
> >
> > The ' characters around the executable and arguments are
> >
> > not part of the command.
> >
> >     [exec] [DEBUG] Execute:Java13CommandLauncher: Executing 'ssh' with
> > arguments
> >
> > :
> >
> > '-l'
> >
> > 'prgjr1'
> >
> > 'xxx.xxx.xxx.xxx'
> >
> > 'mkdir -p /opt/IBMHttpServer/htdocs/html/'
> >
> > The ' characters around the executable and arguments are
> >
> > not part of the command.
> >
> > How can I correct these errors?
> >
> > 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]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to