| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.keyverifier |
| Modifier and Type | Class and Description |
|---|---|
class |
SshKeyScan
A naive implementation of ssh-keyscan(1)
|
| Modifier and Type | Field and Description |
|---|---|
static ServerKeyVerifier |
ClientBuilder.DEFAULT_SERVER_KEY_VERIFIER |
protected ServerKeyVerifier |
ClientBuilder.serverKeyVerifier |
| Modifier and Type | Method and Description |
|---|---|
ServerKeyVerifier |
SshClient.getServerKeyVerifier() |
ServerKeyVerifier |
ClientFactoryManager.getServerKeyVerifier()
Retrieve the server key verifier to be used to check the key when connecting
to an ssh server.
|
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.serverKeyVerifier(ServerKeyVerifier serverKeyVerifier) |
void |
SshClient.setServerKeyVerifier(ServerKeyVerifier serverKeyVerifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllServerKeyVerifier
A ServerKeyVerifier that accepts all server keys.
|
class |
DelegatingServerKeyVerifier |
class |
RejectAllServerKeyVerifier |
class |
RequiredServerKeyVerifier
A ServerKeyVerifier that accepts one server key (specified in the constructor)
|
class |
StaticServerKeyVerifier
Returns the same constant answer
true/false regardless |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.