gitSSHService = null;
}
}
private void buildAndStartSSH() {
final ReceivePackFactory receivePackFactory = new ReceivePackFactory<BaseGitCommand>() {
@Override
public ReceivePack create( final BaseGitCommand req,
final Repository db ) throws ServiceNotEnabledException, ServiceNotAuthorizedException {
return new ReceivePack( db ) {{