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