Hi, I use <url>scp://... andI believe this is a standard java SCP that is part of maven dist. I don't want to use a native SCP because we develop in a heterogenous environment. Also my aim is to produce as minimal configuration hassle as possible for my coworkers. Everybode else use scpexe? At least the list messages almost suggest this.

Regards,
Roland

Jörg Schaible schrieb:
Hi Roland,

What are you using as scp? There are quite some packages, starting with PuTTY, 
native OpenSSH and Cygwin's version of it.

- Jörg

Roland Kofler wrote on Friday, April 07, 2006 5:44 PM:

Thanks again. I have a .ssh dir in my home folder. but he complains
aubout a password at every deploy.
I am so sad that I can't use full deployment fancy, plz help.

Roland


Kaare Nilsen schrieb:
I have had that problem on windows, but not on unix/linux.
Seems like the scp plugin thingy does not create the .ssh directory
under c:\documents and settings or whatever\username
So if you manually create that directory yourself and then run your
stuff it should work. (well that is if you are on windows)

/Kaare

On 07/04/06, Roland Kofler <[EMAIL PROTECTED]> wrote:

Thanks, tried to set
<interactiveMode>false</interactiveMode> , but
didn't work , always promting for pwd...

Roland

Geoffrey De Smet schrieb:

With me it works, but I remember I had to comment out
interactiveMode is true in my settings.xml
Roland Kofler wrote:

Really, I don't get it. Why scp still asks me for a password when
I have
settings.xml:

<server>
     <id>systemone-repository</id>
     <username>lalala</username>
     <password>lalala</password>
  </server>

and pom.xml:

<distributionManagement>
   <repository>
     <id>systemone-repository</id>
     <name>System One Repository</name>
<url>scp://development1/var/www/repository/</url> </repository>
Why deploy goal continues to ask me for passwords every time?
I don't want to use scpexe with keys and ssh-agent as I want to
keep configuration of developer machines as slim as possible

strange is also that i have to set ssh-wagon-alpha-7 explicitly.
this should be the default for 2.0.3 not?

thanks,
Roland

---------------------------------------------------------------------
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]



---------------------------------------------------------------------
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]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to