/** * Provides a JGit {@link org.eclipse.jgit.transport.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 * {@code org.eclipse.jgit.ssh.apache} and is built upon * Apache MINA sshd. */ package org.eclipse.jgit.transport.ssh.jsch;