That's right, if your private key has a passphrase the ssh client waits until you enter it, so there are two solutions:
- store your private key without passphrase - use an agent to load your key and enter the passphrase only once (pageant for PuTTY, ssh-agent for ssh) Carlos Sanchez A Coru�a, Spain Oness Project http://oness.sourceforge.net > -----Mensaje original----- > De: news [mailto:[EMAIL PROTECTED] En nombre de Geoffrey > Enviado el: domingo, 02 de mayo de 2004 12:42 > Para: [EMAIL PROTECTED] > Asunto: Re: ssh of site:deploy on sf > > site:sshdeploy keeps hanging at: > > <exec dir="${maven.build.dir}" executable="${maven.scp.executable}"> > <arg line="${maven.scp.args} > ${maven.final.name}-site.tar.gz > [EMAIL PROTECTED]:${maven.homepage}"/> > </exec> > > I 've tried it in my shell and it's working, but it asks for > my certificates passphrase. > So my guess is, it hangs on the input of that. > > Is this the agent you are talking about? I am using cygwin - openssh. > > Thanks for any and all help, > Geoffrey > > "David R Robison" <[EMAIL PROTECTED]> schreef > in bericht > news:[EMAIL PROTECTED] > > I use OpenSSH from Cygwin. You can download it from > > http://www.cygwin.com/ David > > > > Quoting Geoffrey <[EMAIL PROTECTED]>: > > > > > Hi, > > > > > > I am using win XP and I would like to site:deploy on sourceforge > > > from maven. > > > But I haven't got an ssh command on my shell. > > > > > > Where can I find a compatible ssh client and enable ssh in the > > > command shell? > > > Which other steps do I have to take to make it work in Maven for > > > SourceForge? > > > > > > Is there guide on site:deploy? > > > > > > -- > > > Thanks for any and all help, > > > Geoffrey > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > - 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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
