src/main/java/com/gitblit/transport/ssh/SshCommandFactory.java
@@ -107,7 +107,7 @@ root.setReceivePackFactory(new GitblitReceivePackFactory<SshDaemonClient>(gitblit)); root.setAuthenticator(keyAuthenticator); root.setContext(new SshCommandContext(client, cmdLine)); root.setContext(new SshCommandContext(gitblit, client, cmdLine)); return root; }