Package org.eclipse.jgit.transport.ssh.jsch
Provides a JGit
SshSessionFactory
implemented via JSch.
This package should be considered deprecated. It is essentially unmaintained and the JGit project may decide to remove it completely without further ado at any time.
The officially supported Java SSH implementation for JGit is in bundle
org.eclipse.jgit.ssh.apache
and is built upon
Apache MINA sshd.
-
Class Summary Class Description JschConfigSessionFactory The base session factory that loads known hosts and private keys from$HOME/.ssh
.JschSession Run remote commands using Jsch.OpenSshConfig Fairly complete configuration parser for the OpenSSH ~/.ssh/config file.OpenSshConfig.Host Configuration of one "Host" block in the configuration file.