>From what I know, you need to create a local key pair (using ssh-keygen) and add the public key it to the authorized_keys file on the remote machine. This will make ssh connect without prompting a password.
[]s Matheus On Wed, 24 Nov 2004 14:17:24 -0700, Chris Huisman <[EMAIL PROTECTED]> wrote: > Hello, when attempting to use maven site:sshdeploy things hang when it > gets to: > _ _ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.1 > > build:start: > > xdoc:init: > > site:init: > > site:sshdeploy: > [echo] > siteAddress = hummer > siteDirectory = /home/httpd/html/QS/projects/hotdog > siteUser = chuisman > > [echo] > maven.homepage="/home/httpd/html/QS/projects/hotdog > > [tar] Building tar: > D:\chuisman\dev\hotdog\target\qsCommons-0.01-site.tar > [gzip] Building: > D:\chuisman\dev\hotdog\target\qsCommons-0.01-site.tar.gz > [delete] Deleting: D:\chuisman\dev\hotdog\target\qsCommons-0.01-site.tar > > Nothing proceeds after this, however when I type ctrl^C I get the following: > [exec] [EMAIL PROTECTED]'s password: > [exec] [ERROR] Result: 1 > > how do I go about entering the password??? Why won't it ask me for the > password until I type ctrl^C? > > Thanks, > > Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- ------------------------------ Matheus Costa Leite [EMAIL PROTECTED] Minds at Work Tecnologia da Informa��o ------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
