src/main/java/com/gitblit/transport/ssh/UsernamePasswordAuthenticator.java
@@ -27,6 +27,8 @@ /** * * Authenticates an SSH session with username/password credentials. * * @author James Moger * */ @@ -55,7 +57,7 @@ return true; } log.warn("could not authenticate {} for SSH using the supplied password", username); log.warn("could not authenticate {} ({}) for SSH using the supplied password", username, client.getRemoteAddress()); return false; } }