Uses of Interface
org.apache.sshd.client.keyverifier.ServerKeyVerifier
Packages that use ServerKeyVerifier
Package
Description
-
Uses of ServerKeyVerifier in org.apache.sshd.client
Fields in org.apache.sshd.client declared as ServerKeyVerifierModifier and TypeFieldDescriptionstatic final ServerKeyVerifierClientBuilder.DEFAULT_SERVER_KEY_VERIFIERprotected ServerKeyVerifierClientBuilder.serverKeyVerifierprivate ServerKeyVerifierSshClient.serverKeyVerifierMethods in org.apache.sshd.client that return ServerKeyVerifierModifier and TypeMethodDescriptionClientAuthenticationManager.getServerKeyVerifier()Retrieve the server key verifier to be used to check the key when connecting to an SSH server.SshClient.getServerKeyVerifier()Methods in org.apache.sshd.client with parameters of type ServerKeyVerifierModifier and TypeMethodDescriptionClientBuilder.serverKeyVerifier(ServerKeyVerifier serverKeyVerifier) voidClientAuthenticationManager.setServerKeyVerifier(ServerKeyVerifier serverKeyVerifier) voidSshClient.setServerKeyVerifier(ServerKeyVerifier serverKeyVerifier) -
Uses of ServerKeyVerifier in org.apache.sshd.client.keyverifier
Classes in org.apache.sshd.client.keyverifier that implement ServerKeyVerifierModifier and TypeClassDescriptionfinal classA ServerKeyVerifier that accepts all server keys.classMonitors the~/.ssh/known_hostsfile of the user currently running the client, updating and re-loading it if necessary.classAServerKeyVerifierthat delegates verification to the instance found in theClientSessionmetadata The verifier can be specified at theSshClientlevel, which may have connections to multiple hosts.classfinal classclassA ServerKeyVerifier that accepts one server key (specified in the constructor)classReturns the same constant answertrue/falseregardlessFields in org.apache.sshd.client.keyverifier declared as ServerKeyVerifierModifier and TypeFieldDescriptionprivate final ServerKeyVerifierKnownHostsServerKeyVerifier.delegateMethods in org.apache.sshd.client.keyverifier that return ServerKeyVerifierConstructors in org.apache.sshd.client.keyverifier with parameters of type ServerKeyVerifierModifierConstructorDescriptionDefaultKnownHostsServerKeyVerifier(ServerKeyVerifier delegate, boolean strict) DefaultKnownHostsServerKeyVerifier(ServerKeyVerifier delegate, boolean strict, File file) DefaultKnownHostsServerKeyVerifier(ServerKeyVerifier delegate, boolean strict, Path file, LinkOption... options) KnownHostsServerKeyVerifier(ServerKeyVerifier delegate, Path file) KnownHostsServerKeyVerifier(ServerKeyVerifier delegate, Path file, LinkOption... options) -
Uses of ServerKeyVerifier in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session declared as ServerKeyVerifierModifier and TypeFieldDescriptionprivate ServerKeyVerifierAbstractClientSession.serverKeyVerifierMethods in org.apache.sshd.client.session that return ServerKeyVerifierMethods in org.apache.sshd.client.session with parameters of type ServerKeyVerifierModifier and TypeMethodDescriptionvoidAbstractClientSession.setServerKeyVerifier(ServerKeyVerifier serverKeyVerifier)