Interface | Description |
---|---|
ModifiedServerKeyAcceptor | |
ServerKeyVerifier |
The
ServerKeyVerifier is used on the client side
to authenticate the key provided by the server. |
Class | Description |
---|---|
AcceptAllServerKeyVerifier |
A ServerKeyVerifier that accepts all server keys.
|
DefaultKnownHostsServerKeyVerifier |
Monitors the
~/.ssh/known_hosts file of the user currently running
the client, updating and re-loading it if necessary. |
DelegatingServerKeyVerifier | |
KnownHostsServerKeyVerifier | |
KnownHostsServerKeyVerifier.HostEntryPair |
Represents an entry in the internal verifier's cache
|
RejectAllServerKeyVerifier | |
RequiredServerKeyVerifier |
A ServerKeyVerifier that accepts one server key (specified in the constructor)
|
StaticServerKeyVerifier |
Returns the same constant answer
true/false regardless |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.