Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd | |
org.eclipse.jgit.transport.sshd |
Modifier and Type | Class and Description |
---|---|
class |
OpenSshServerKeyDatabase
A sever host key verifier that honors the
StrictHostKeyChecking and
UserKnownHostsFile values from the ssh configuration. |
Modifier and Type | Field and Description |
---|---|
private ServerKeyDatabase |
JGitServerKeyVerifier.database |
Constructor and Description |
---|
JGitServerKeyVerifier(ServerKeyDatabase database)
Creates a new
JGitServerKeyVerifier using the given
ServerKeyDatabase . |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<SshdSessionFactory.Tuple,ServerKeyDatabase> |
SshdSessionFactory.defaultServerKeyDatabase |
Modifier and Type | Method and Description |
---|---|
protected ServerKeyDatabase |
SshdSessionFactory.getServerKeyDatabase(java.io.File homeDir,
java.io.File sshDir)
Obtain a
ServerKeyDatabase to verify server host keys. |