Joel Johnson
2015-06-12 c20191fc0931a19bec0df1ab2b56f287e5d8b7c7
src/main/java/com/gitblit/transport/ssh/SshDaemon.java
@@ -134,7 +134,7 @@
      //Will do GSS ?
      GSSAuthenticator gssAuthenticator = null;
      if(settings.getBoolean(Keys.git.sshWithKrb5, false)) {
         gssAuthenticator = new GSSAuthenticator();
         gssAuthenticator = new SshKrbAuthenticator(gitblit);
         String keytabString = settings.getString(Keys.git.sshKrb5Keytab,
               "");
         if(! keytabString.isEmpty()) {