Uses of Class
org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig
-
Packages that use OpenSshConfig Package Description org.eclipse.jgit.transport.ssh.jsch Provides a JGitSshSessionFactoryimplemented via JSch. -
-
Uses of OpenSshConfig in org.eclipse.jgit.transport.ssh.jsch
Methods in org.eclipse.jgit.transport.ssh.jsch that return OpenSshConfig Modifier and Type Method Description static OpenSshConfigOpenSshConfig. get(FS fs)Obtain the user's configuration data.Methods in org.eclipse.jgit.transport.ssh.jsch with parameters of type OpenSshConfig Modifier and Type Method Description voidJschConfigSessionFactory. setConfig(OpenSshConfig config)Set theOpenSshConfigto use.
-