James Moger
2014-04-25 3e3581286bdf064cabb46b2c30bca73e6a78ea58
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;