Package org.eclipse.jgit.transport.ssh.jsch
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.
-
ClassesClassDescriptionThe base session factory that loads known hosts and private keys from
$HOME/.ssh
.AConfigRepository.Config
that transforms some values from the config file into the format Jsch 0.1.54 expects.Run remote commands using Jsch.Fairly complete configuration parser for the OpenSSH ~/.ssh/config file.Configuration of one "Host" block in the configuration file.