I would suggest to use dsa or rsa http://www.jdmz.net/ssh/
-D On 12/20/05, Patrick O'shea <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to deploy a site without any user interaction, currently it asks me > for a password > even though it is in the settings.xml > > In my pom.xml i have defined: > <distributionManagement> > <site> > <id>scmsite</id> > <name>deploy site</name> > <url>scp://cassiusgroup-3.internal.org/var/www/projname/</url> > > </site> > </distributionManagement> > > And in the settings.xml i have defined: > <server> > <id>scmsite</id> > <username>po82266</username> > <password>po82266</password> > </server> > > > Is there something else, i'm missing ? > thanks > Patrick > > >
