Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-3
-
Component/s: wagon-ssh
-
Labels:None
-
Environment:maven-2.0.8, sun-java-1.6.0.03
-
Number of attachments :
Description
We use a single user to access a project's maven repository, where this user has a list of ssh-pubkeys in .ssh/authorized_keys.
Thus, we are using an URL like
scpexe://repo-user@maven.company.com/var/maven2/repo
However, wagon-ssh ignore the username of the URL and cowardly tries to log in to the server und the name of the user logged in on the desktop.
Fixing this issue would be very benefitial,
TIA, Wolfgang
output of 'svn diff src/main/java/org/apache/maven/wagon/providers/ssh/external/ScpExternalWagon.java' of my fixed version of wagon-ssh-external-1.0-beta-2