Uses of Class
org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
Packages that use OpenSshConfig.Host
Package
Description
Provides a JGit
SshSessionFactory
implemented via JSch.-
Uses of OpenSshConfig.Host in org.eclipse.jgit.transport.ssh.jsch
Methods in org.eclipse.jgit.transport.ssh.jsch that return OpenSshConfig.HostModifier and TypeMethodDescriptionLocate the configuration for a specific host request.Methods in org.eclipse.jgit.transport.ssh.jsch with parameters of type OpenSshConfig.HostModifier and TypeMethodDescriptionprotected voidJschConfigSessionFactory.configure(OpenSshConfig.Host hc, com.jcraft.jsch.Session session) Provide additional configuration for the session based on the host information.com.jcraft.jsch.SessionJschConfigSessionFactory.createSession(org.eclipse.jgit.transport.CredentialsProvider credentialsProvider, org.eclipse.jgit.util.FS fs, String user, String pass, String host, int port, OpenSshConfig.Host hc) Use for tests onlyprotected com.jcraft.jsch.SessionJschConfigSessionFactory.createSession(OpenSshConfig.Host hc, String user, String host, int port, org.eclipse.jgit.util.FS fs) Create a new remote session for the requested address.protected com.jcraft.jsch.JSchJschConfigSessionFactory.getJSch(OpenSshConfig.Host hc, org.eclipse.jgit.util.FS fs) Obtain the JSch used to create new sessions.