James Moger
2014-09-05 fcfcd84f3f4f37efb1b158670d4e4e9af4c90bc5
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;