Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd | |
org.eclipse.jgit.transport.sshd |
Modifier and Type | Class and Description |
---|---|
private static class |
JGitServerKeyVerifier.SessionConfig |
Modifier and Type | Field and Description |
---|---|
private ServerKeyDatabase.Configuration |
OpenSshServerKeyDatabase.AskUser.config |
Modifier and Type | Method and Description |
---|---|
boolean |
OpenSshServerKeyDatabase.accept(java.lang.String connectAddress,
java.net.InetSocketAddress remoteAddress,
java.security.PublicKey serverKey,
ServerKeyDatabase.Configuration config,
CredentialsProvider provider) |
private java.lang.String |
OpenSshServerKeyDatabase.createHostKeyLine(java.util.Collection<org.apache.sshd.common.util.net.SshdSocketAddress> patterns,
java.security.PublicKey key,
ServerKeyDatabase.Configuration config) |
private java.util.List<OpenSshServerKeyDatabase.HostKeyFile> |
OpenSshServerKeyDatabase.getFilesToUse(ServerKeyDatabase.Configuration config) |
java.util.List<java.security.PublicKey> |
OpenSshServerKeyDatabase.lookup(java.lang.String connectAddress,
java.net.InetSocketAddress remoteAddress,
ServerKeyDatabase.Configuration config) |
private void |
OpenSshServerKeyDatabase.updateKnownHostsFile(java.util.Collection<org.apache.sshd.common.util.net.SshdSocketAddress> candidates,
java.security.PublicKey serverKey,
java.nio.file.Path path,
ServerKeyDatabase.Configuration config) |
Constructor and Description |
---|
AskUser(ServerKeyDatabase.Configuration config,
CredentialsProvider provider) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerKeyDatabase.accept(java.lang.String connectAddress,
java.net.InetSocketAddress remoteAddress,
java.security.PublicKey serverKey,
ServerKeyDatabase.Configuration config,
CredentialsProvider provider)
Determines whether to accept a received server host key.
|
java.util.List<java.security.PublicKey> |
ServerKeyDatabase.lookup(java.lang.String connectAddress,
java.net.InetSocketAddress remoteAddress,
ServerKeyDatabase.Configuration config)
Retrieves all known host keys for the given addresses.
|