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

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

Introduction

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

Usage

From source file org.jboss.arquillian.container.openshift.express.auth.ArquillianSshSessionFactory.java

public class ArquillianSshSessionFactory extends JschConfigSessionFactory {
    private static final Logger log = Logger.getLogger(ArquillianSshSessionFactory.class.getName());

    private JSch preconfiguredJSch;

    public ArquillianSshSessionFactory(OpenShiftExpressConfiguration configuration) {

From source file org.jboss.tools.openshift.express.internal.ui.utils.OpenShiftSshSessionFactory.java

/**
 * Same as EclipseSshSessinFactory, but provides a mean to retrieve the pure Jsch Session, not a RemoteSession.
 * 
 * @author Xavier Coulon
 * 
 */

From source file org.jboss.tools.openshift.express.internal.ui.utils.SSHSessionRepository.java

/**
 * Same as EclipseSshSessinFactory, but provides a mean to retrieve the pure Jsch Session, not a RemoteSession.
 * 
 * @author Xavier Coulon
 * 
 */

From source file org.springframework.cloud.config.server.ssh.PropertyBasedSshSessionFactory.java

/**
 * In a cloud environment local SSH config files such as `.known_hosts` may not be suitable for providing
 * configuration settings due to ephemeral filesystems. This flag enables SSH config to be provided as application
 * properties
 * @author William Tran
 * @author Ollie Hughes

From source file wilton.support.jgit.PasswordSshSessionFactory.java

/**
 * User: alexkasko
 * Date: 5/19/16
 */
public class PasswordSshSessionFactory extends JschConfigSessionFactory {
    private final String password;