Uses of Interface
org.eclipse.jgit.transport.sshd.ServerKeyDatabase
-
Packages that use ServerKeyDatabase Package Description org.eclipse.jgit.internal.transport.sshd org.eclipse.jgit.transport.sshd -
-
Uses of ServerKeyDatabase in org.eclipse.jgit.internal.transport.sshd
Classes in org.eclipse.jgit.internal.transport.sshd that implement ServerKeyDatabase Modifier and Type Class Description classOpenSshServerKeyDatabaseA sever host key verifier that honors theStrictHostKeyCheckingandUserKnownHostsFilevalues from the ssh configuration.Constructors in org.eclipse.jgit.internal.transport.sshd with parameters of type ServerKeyDatabase Constructor Description JGitServerKeyVerifier(ServerKeyDatabase database)Creates a newJGitServerKeyVerifierusing the givenServerKeyDatabase. -
Uses of ServerKeyDatabase in org.eclipse.jgit.transport.sshd
Methods in org.eclipse.jgit.transport.sshd that return ServerKeyDatabase Modifier and Type Method Description protected ServerKeyDatabaseSshdSessionFactory. createServerKeyDatabase(File homeDir, File sshDir)Creates aServerKeyDatabaseto verify server host keys.protected ServerKeyDatabaseSshdSessionFactory. getServerKeyDatabase(File homeDir, File sshDir)Obtains aServerKeyDatabaseto verify server host keys.Method parameters in org.eclipse.jgit.transport.sshd with type arguments of type ServerKeyDatabase Modifier and Type Method Description SshdSessionFactoryBuilderSshdSessionFactoryBuilder. setServerKeyDatabase(BiFunction<File,File,ServerKeyDatabase> factory)Sets a function that creates a newServerKeyDatabase, given the SSH and home directory.
-