Re: [m2] configuring site:stage-deploy

2006-06-26 Thread Alexandre Poitras
Just to confirm, I just tried this solution and it fix the problems. On 6/26/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: Hi Wendy, I got this from an older mail. Maybe you have the same problem : > For anyone interested: > I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_conf

Re: [m2] configuring site:stage-deploy

2006-06-26 Thread Alexandre Poitras
Hi Wendy, I got this from an older mail. Maybe you have the same problem : 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. On 6/19/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: When using 'mvn site:stage-

[m2] configuring site:stage-deploy

2006-06-19 Thread Wendy Smoak
When using 'mvn site:stage-deploy -DstagingSiteURL=...' I'm being prompted for an scp password. How do I either - on the command line, specify a server id so that it will use the private key configured in settings.xml or - in pom.xml, configure a different url for staging (and not the defa