James Moger
2015-09-18 e59d9d987a5dc29dc210feb28f4f347f12db4e5c
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;
   }
}