| Package | Description |
|---|---|
| com.sshtools.publickey |
This package contains utility classes for loading/storing public/private keys
and is based on the SSHTools key format architecture.
|
| com.sshtools.ssh |
This package contains a set of general interface contracts for SSH communication.
|
| com.sshtools.ssh2 |
This package contains an SSH2 implementation of the
com.sshtools.ssh interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKnownHostsKeyVerification
An abstract HostKeyVerification
class implementation providing validation against the known_hosts format.
|
class |
ConsoleKnownHostsKeyVerification
Implements the
AbstractKnownHostsKeyVerification to provide host key verification
through the console.
|
| Modifier and Type | Method and Description |
|---|---|
HostKeyVerification |
SshContext.getHostKeyVerification()
Get the host key verification implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshContext.setHostKeyVerification(HostKeyVerification verify)
Set the host key verification implementation.
|
| Modifier and Type | Method and Description |
|---|---|
HostKeyVerification |
Ssh2Context.getHostKeyVerification()
Get the host key verification implementation
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ssh2Context.setHostKeyVerification(HostKeyVerification verify)
Set the host key verification implementation
|
Copyright © 2014. All rights reserved.