How do I get the private key? I can run plink xxx.xxx.xxx.xxx from my windows command prompt and login with my username/password (although it shows nothing but garbage after I do that).
Thanks -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 2:38 PM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: maven and plink to use plink in this fashion, you will need to have pageant running and a private key loaded. If you can shell into their from the command line using plink without needing a password, you should be set to go with the same options above for Maven. - Brett On Mon, 8 Nov 2004 12:46:35 -0500, Jason Roscoe <[EMAIL PROTECTED]> wrote: > > I have maven working on my windows machine and I can generate a site > locally. When I try to run maven site:deploy from a windows command prompt > to deploy this to our linux webserver, it hangs when it tries to ssh to the > webserver. I have my build.properties file that looks like this: > > maven.scp.executable=pscp > > maven.ssh.executable=plink > > #maven.scm.cvs.rsh=plink > > # CVS related details > > maven.username=prgjr1 > > I tried using the maven.scm.cvs.rsh property, but when I run maven, it tries > to run ssh instead of plink. Using the above, it uses plink, but just sits > here, and doesn't do anything: > > site:sshdeploy: > > [echo] > > siteAddress = xxx.xxx.xxx.xxx > > siteDirectory = /opt/IBMHttpServer/htdocs/html/ > > siteUser = xxxxxx > > [tar] Building tar: E:\cvs\xxx\workspace\target\raweb-workspace-SNAPSHOT > > -site.tar > > [gzip] Building: E:\cvs\xxx\workspace\target\raweb-workspace-SNAPSHOT-si > > te.tar.gz > > [delete] Deleting: E:\cvs\xxx\workspace\target\raweb-workspace-SNAPSHOT- > > site.tar > > When I break out of it using ctrl-c, it says: > > [exec] [EMAIL PROTECTED]'s password: > > Can someone please help me? > > Thanks! > > 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]
