Uses of Interface
org.eclipse.jgit.transport.sshd.ServerKeyDatabase
Packages that use ServerKeyDatabase
-
Uses of ServerKeyDatabase in org.eclipse.jgit.internal.transport.sshd
Classes in org.eclipse.jgit.internal.transport.sshd that implement ServerKeyDatabaseModifier and TypeClassDescriptionclassA sever host key verifier that honors theStrictHostKeyCheckingandUserKnownHostsFilevalues from the ssh configuration.Constructors in org.eclipse.jgit.internal.transport.sshd with parameters of type ServerKeyDatabaseModifierConstructorDescriptionJGitServerKeyVerifier(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 ServerKeyDatabaseModifier and TypeMethodDescriptionprotected 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 ServerKeyDatabaseModifier and TypeMethodDescriptionSshdSessionFactoryBuilder.setServerKeyDatabase(BiFunction<File, File, ServerKeyDatabase> factory) Sets a function that creates a newServerKeyDatabase, given the SSH and home directory.