Jörg Schaible wrote:
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 ... !


Didn't know that, but it does work.
Can I use ssh external with a password based connection (instead of public key based connection)? (Of course a password based connection still uses public keys, but not one I specially configured).

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.

Can I use the ssh-agent on a password based connection?


- Jörg

Is there any good tool out there to convert easily between all of the following formats:
- .cer
- .p12
- .jks
- RSA public key file (without certificate)
- RSA private key file (without certificate)
I am using Portecle but it can't handle the last 2.

Thanks for any and all help.

--
With kind regards,
Geoffrey De Smet


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

Reply via email to