Luca Milanesio
2015-09-09 e618eb051246e7941dc2964a5038587c9d45d1d2
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;
   }
}