Uses of Class
org.eclipse.jgit.transport.OpenSshConfig.Host
-
Packages that use OpenSshConfig.Host Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of OpenSshConfig.Host in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return OpenSshConfig.Host Modifier and Type Method Description OpenSshConfig.Host
OpenSshConfig. lookup(java.lang.String hostName)
Locate the configuration for a specific host request.Methods in org.eclipse.jgit.transport with parameters of type OpenSshConfig.Host Modifier and Type Method Description protected void
JschConfigSessionFactory. configure(OpenSshConfig.Host hc, com.jcraft.jsch.Session session)
Provide additional configuration for the session based on the host information.(package private) com.jcraft.jsch.Session
JschConfigSessionFactory. createSession(CredentialsProvider credentialsProvider, FS fs, java.lang.String user, java.lang.String pass, java.lang.String host, int port, OpenSshConfig.Host hc)
protected com.jcraft.jsch.Session
JschConfigSessionFactory. createSession(OpenSshConfig.Host hc, java.lang.String user, java.lang.String host, int port, FS fs)
Create a new remote session for the requested address.protected com.jcraft.jsch.JSch
JschConfigSessionFactory. getJSch(OpenSshConfig.Host hc, FS fs)
Obtain the JSch used to create new sessions.
-