| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JschConfigSessionFactory |
The base session factory that loads known hosts and private keys from
$HOME/.ssh. |
| Modifier and Type | Method | Description |
|---|---|---|
static SshSessionFactory |
SshSessionFactory.getInstance() |
Get the currently configured JVM-wide factory.
|
SshSessionFactory |
SshTransport.getSshSessionFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
SshSessionFactory.setInstance(SshSessionFactory newFactory) |
Change the JVM-wide factory to a different implementation.
|
void |
SshTransport.setSshSessionFactory(SshSessionFactory factory) |
Set SSH session factory instead of the default one for this instance of
the transport.
|
Copyright © 2018. All rights reserved.