Maven site deploy authentication error with scp

Posted by Navi on Stack Overflow See other posts from Stack Overflow or by Navi
Published on 2010-05-27T09:40:21Z Indexed on 2010/05/27 9:41 UTC
Read the original article Hit count: 205

Filed under:

I get Auth fail error when running mvn -X site:deploy.

org.apache.maven.wagon.authentication.AuthenticationException: Cannot connect. Reason: Auth fail

It seems that the correct private key is used and I can scp files normally to the project site directory using scp on Ubuntu.

What can be causing this?

© Stack Overflow or respective owner

Related posts about maven-2