Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
maven-2.0.8, sun-java-1.6.0.03
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