Uses of Interface
org.apache.sshd.client.keyverifier.ServerKeyVerifier
-
Packages that use ServerKeyVerifier Package Description org.apache.sshd.client org.apache.sshd.client.keyverifier org.apache.sshd.client.session -
-
Uses of ServerKeyVerifier in org.apache.sshd.client
Fields in org.apache.sshd.client declared as ServerKeyVerifier Modifier and Type Field Description static ServerKeyVerifierClientBuilder. DEFAULT_SERVER_KEY_VERIFIERprotected ServerKeyVerifierClientBuilder. serverKeyVerifierMethods in org.apache.sshd.client that return ServerKeyVerifier Modifier and Type Method Description ServerKeyVerifierClientAuthenticationManager. getServerKeyVerifier()Retrieve the server key verifier to be used to check the key when connecting to an SSH server.ServerKeyVerifierSshClient. getServerKeyVerifier()Methods in org.apache.sshd.client with parameters of type ServerKeyVerifier Modifier and Type Method Description ClientBuilderClientBuilder. 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 ServerKeyVerifier Modifier and Type Class Description classAcceptAllServerKeyVerifierA ServerKeyVerifier that accepts all server keys.classDefaultKnownHostsServerKeyVerifierMonitors the~/.ssh/known_hostsfile of the user currently running the client, updating and re-loading it if necessary.classDelegatingServerKeyVerifierAServerKeyVerifierthat delegates verification to the instance found in theClientSessionmetadata The verifier can be specified at theSshClientlevel, which may have connections to multiple hosts.classKnownHostsServerKeyVerifierclassRejectAllServerKeyVerifierclassRequiredServerKeyVerifierA ServerKeyVerifier that accepts one server key (specified in the constructor)classStaticServerKeyVerifierReturns the same constant answertrue/falseregardlessMethods in org.apache.sshd.client.keyverifier that return ServerKeyVerifier Modifier and Type Method Description ServerKeyVerifierKnownHostsServerKeyVerifier. getDelegateVerifier()Constructors in org.apache.sshd.client.keyverifier with parameters of type ServerKeyVerifier Constructor Description DefaultKnownHostsServerKeyVerifier(ServerKeyVerifier delegate)DefaultKnownHostsServerKeyVerifier(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
Methods in org.apache.sshd.client.session that return ServerKeyVerifier Modifier and Type Method Description ServerKeyVerifierAbstractClientSession. getServerKeyVerifier()Methods in org.apache.sshd.client.session with parameters of type ServerKeyVerifier Modifier and Type Method Description voidAbstractClientSession. setServerKeyVerifier(ServerKeyVerifier serverKeyVerifier)
-