Thank you! You have to change /etc/ssh/sshd_config on the server!
Maciej Mastalarczuk-3 wrote: > > Hi, > > Please don't worry about this post, I fixed it. > > For anyone interested: > I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_config as it > defaults to 'no'. Seems to be happy now. > > Regards > > Maciej > > >>From: "Maciej Mastalarczuk" <[EMAIL PROTECTED]> >>Reply-To: "Maven Users List" <[email protected]> >>To: [email protected] >>Subject: site:deploy using scp >>Date: Mon, 15 May 2006 14:37:21 +0800 >> >>Hi, >> >>I'm having a strange problem with deployment of the site via scp. Here is >>what's in my pom.xml >> >>(...) >><id>doc-site</id> >><name>Documentation Site</name> >><url> >> scp://lara/opt/java-build/site/${artifactId}/${version} >></url> >>(...) >> >>The settings.xml contains: >> >>(...) >><server> >> <id>doc-site</id> >> <username>mm</username> >> <password>[EMAIL PROTECTED]</password> >></server> >>(...) >> >> >>Despite the fact the password is specified in settings.xml it still prompts >>me for it during the deployment and works OK if the right password is >>supplied. The target server runs sshd on Suse Linux 10. >> >>The strange thing is when I try to deploy exectly the same site to the >>Windows box (running sshd from Cygwin) it all works fine (I mean no prompt >>and the site is deployed). Can't see why the two should be any different >>from the scp client point of view. >> >>Is this a bug in site plugin? >> >>Regards >> >>Maciej >> >>_________________________________________________________________ >>Search for local singles online @ Lavalife - Click here >>http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flavalife9%2Eninemsn%2Ecom%2Eau%2Fclickthru%2Fclickthru%2Eact%3Fid%3Dninemsn%26context%3Dan99%26locale%3Den%5FAU%26a%3D22141&_t=751140432&_r=emailtagline_may_search&_m=EXT >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> > > _________________________________________________________________ > Search for local singles online @ Lavalife - Click here > http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flavalife9%2Eninemsn%2Ecom%2Eau%2Fclickthru%2Fclickthru%2Eact%3Fid%3Dninemsn%26context%3Dan99%26locale%3Den%5FAU%26a%3D22141&_t=751140432&_r=emailtagline_may_search&_m=EXT > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/site%3Adeploy-using-scp-tf1619186s177.html#a13860929 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
