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 |
A
ServerKeyVerifier that delegates verification to the instance found in the ClientSession metadata
The verifier can be specified at the SshClient level, which may have connections to multiple hosts. |
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–2024 The Apache Software Foundation. All rights reserved.