Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.client | |
org.apache.sshd.client.keyverifier |
Modifier and Type | Field and Description |
---|---|
protected ServerKeyVerifier |
SshBuilder.ClientBuilder.serverKeyVerifier |
Modifier and Type | Method and Description |
---|---|
ServerKeyVerifier |
SshClient.getServerKeyVerifier() |
Modifier and Type | Method and Description |
---|---|
SshBuilder.ClientBuilder |
SshBuilder.ClientBuilder.serverKeyVerifier(ServerKeyVerifier serverKeyVerifier) |
void |
SshClient.setServerKeyVerifier(ServerKeyVerifier serverKeyVerifier) |
Modifier and Type | Method and Description |
---|---|
ServerKeyVerifier |
ClientFactoryManager.getServerKeyVerifier()
Retrieve the server key verifier to be used to check the key when connecting
to an ssh server.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptAllServerKeyVerifier
A ServerKeyVerifier that accepts all server keys.
|
class |
DelegatingServerKeyVerifier |
class |
RequiredServerKeyVerifier
A ServerKeyVerifier that accepts one server key (specified in the constructor)
|
Modifier and Type | Field and Description |
---|---|
static ServerKeyVerifier |
AcceptAllServerKeyVerifier.INSTANCE |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.