Example usage for org.eclipse.jgit.transport SshSessionFactory subclass-usage

List of usage examples for org.eclipse.jgit.transport SshSessionFactory subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.transport SshSessionFactory subclass-usage.

Usage

From source file org.apache.sshd.git.transport.GitSshdSessionFactory.java

/**
 * TODO Add javadoc
 *
 * @author <a href="mailto:dev@mina.apache.org">Apache MINA SSHD Project</a>
 */
public class GitSshdSessionFactory extends SshSessionFactory {

From source file org.eclipse.orion.server.git.GitSshSessionFactory.java

public class GitSshSessionFactory extends SshSessionFactory {

    private static final int SSH_PORT = 22;

    @Override
    public RemoteSession getSession(URIish uri, CredentialsProvider credentialsProvider, FS fs, int tms)