James Moger
2014-09-05 0a73abb640c9b92d55c5589260bd6c1f7e8b6d51
src/main/java/com/gitblit/transport/ssh/SshKey.java
@@ -72,7 +72,7 @@
         try {
            publicKey = new Buffer(bin).getRawPublicKey();
         } catch (SshException e) {
            e.printStackTrace();
            throw new RuntimeException(e);
         }
      }
      return publicKey;