Package org.apache.sshd.client.keyverifier
-
Interface Summary Interface Description ModifiedServerKeyAcceptor ServerKeyVerifier TheServerKeyVerifieris used on the client side to authenticate the key provided by the server. -
Class Summary Class Description AcceptAllServerKeyVerifier A ServerKeyVerifier that accepts all server keys.DefaultKnownHostsServerKeyVerifier Monitors the~/.ssh/known_hostsfile of the user currently running the client, updating and re-loading it if necessary.DelegatingServerKeyVerifier AServerKeyVerifierthat delegates verification to the instance found in theClientSessionmetadata The verifier can be specified at theSshClientlevel, which may have connections to multiple hosts.KnownHostsServerKeyVerifier KnownHostsServerKeyVerifier.HostEntryPair Represents an entry in the internal verifier's cacheRejectAllServerKeyVerifier RequiredServerKeyVerifier A ServerKeyVerifier that accepts one server key (specified in the constructor)StaticServerKeyVerifier Returns the same constant answertrue/falseregardless