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.

  • Classes
    Class
    Description
    The base session factory that loads known hosts and private keys from $HOME/.ssh.
    Run remote commands using Jsch.
    Fairly complete configuration parser for the OpenSSH ~/.ssh/config file.
    Configuration of one "Host" block in the configuration file.