1 package com.neuronrobotics.bowlerstudio.scripting;
3 import org.eclipse.jgit.api.TransportConfigCallback;
4 import org.eclipse.jgit.transport.SshTransport;
5 import org.eclipse.jgit.transport.Transport;
8 org.eclipse.jgit.transport.sshd.SshdSessionFactory sshSessionFactory =
new org.eclipse.jgit.transport.sshd.SshdSessionFactory();
12 SshTransport sshTransport = (SshTransport) transport;
13 sshTransport.setSshSessionFactory(sshSessionFactory);
void configure(Transport transport)