I assume id_rsa is an SSH2 RSA key, not RSA1? Only SSH2 is supported.
Other than that, I can't see anythin wrong with the properties.

- Brett


On Fri, 10 Dec 2004 15:07:53 -0500, Erik Husby <[EMAIL PROTECTED]> wrote:
> I am running Windows XP with the latest CYGWIN support.
> 
> I am setup with SSH/SCP to do passwordless access to our Unix/Linux systems.
> 
> For example, I can copy like so
> [EMAIL PROTECTED] ~
> $ scp -i f:/.ssh/id_rsa a.txt  [EMAIL PROTECTED]:a.txt
> a.txt                                         100% 2726     2.7KB/s   00:00
> 
> [EMAIL PROTECTED] ~
> $
> 
> I am trying to use the Artifact plugin to deploy to our central
> repository with very little success.
> 
> In my c:\documents and settings\mhusby\build.properties I have
> maven.repo.list=gallium
> maven.repo.gallium=scp://gallium.broad.mit.edu
> maven.repo.gallium.directory=/seq/prodinfo/repository
> maven.repo.gallium.username=mhusby
> maven.repo.gallium.group=sequence
> maven.repo.gallium.privatekey=f:/.ssh/id_rsa
> 
> When I try to run I get this kind of response
> 
> plugin:repository-deploy:
>     [echo] maven.repo.list is set - using artifact deploy mode
> Will deploy to 1 repository(ies): gallium
> Deploying to repository: gallium
> Using private key: f:\.ssh\id_rsa
> com.jcraft.jsch.JSchException: Auth fail
>     at com.jcraft.jsch.Session.connect(Unknown Source)
>     at
> org.apache.maven.deploy.deployers.GenericSshDeployer.init(GenericSshDeployer.java:181)
>     ...
> 
> Any suggestions would be most welcome.
> 
> --
> Erik Husby
> Team Lead for Software Quality Automation
> Broad Institute of MIT and Harvard
> Rm. 2192  320 Charles St
> Cambridge, MA 02141-2023
> mobile: 781.354.6669, office: 617.258.9227, [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