开发者

Maven site deploy authentication error with scp

开发者 https://www.devze.com 2023-01-01 01:03 出处:网络
I get Auth fail error when running mvn -X site:deploy. org.apache.maven.wagon.authentication.AuthenticationException: Cannot connect. Reason: A开发者_如何学Gouth fail

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

org.apache.maven.wagon.authentication.AuthenticationException: Cannot connect. Reason: A开发者_如何学Gouth 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?


I found out that I forgot to specify the passphrase for my private key.

0

精彩评论

暂无评论...
验证码 换一张
取 消