Geoffrey De Smet wrote on Monday, January 23, 2006 12:26 PM:

> On my computer, using Cygwin (under windows), the guide on
> http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html
> didn't work because of scpexe:
> 
> <distributionManagement>
>      <repository>
>        <id>ssh-repository</id>
>        <url>scpexe://repository.mycompany.com/repository</url>     
>    </repository> </distributionManagement>
> 
> I constantly got a permission exception, even with configured
> in settings:
>         <filePermissions>664</filePermissions>
>         <directoryPermissions>775</directoryPermissions>
> 
> Probably because it wanted to use a public key instead of ask
> me for a
> password. I have no public key configured or at the default locations.
> 
> Changing it to "scp" made it work like a charm:

[snip]

Well, then you don't use the ssh *external* at all, and the guide does no 
longer apply ... !

> It does ask me for my password (in clear text) for every
> single file it
> tries to upload though, maybe another thing to fix :)

Therefore you normally use an ssh-agent ion combination with the external ssh.

- Jörg

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

Reply via email to