Uses of Class
org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig
Packages that use OpenSshConfig
Package
Description
Provides a JGit
SshSessionFactory
implemented via JSch.-
Uses of OpenSshConfig in org.eclipse.jgit.transport.ssh.jsch
Methods in org.eclipse.jgit.transport.ssh.jsch that return OpenSshConfigModifier and TypeMethodDescriptionstatic OpenSshConfigOpenSshConfig.get(org.eclipse.jgit.util.FS fs) Obtain the user's configuration data.Methods in org.eclipse.jgit.transport.ssh.jsch with parameters of type OpenSshConfigModifier and TypeMethodDescriptionvoidJschConfigSessionFactory.setConfig(OpenSshConfig config) Set theOpenSshConfigto use.