Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
com.maverick.ssh1 |
This package contains an SSH1 implementation of the
com.maverick.ssh interfaces.
|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
com.maverick.vfs.ssh | |
com.sshtools.publickey |
This package contains utility classes for loading/storing public/private keys
and is based on the SSHTools key format architecture.
|
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.
|
void |
SshConnector.setKnownHosts(HostKeyVerification hkv)
Set the
HostKeyVerification instance for both protocols. |
Modifier and Type | Method and Description |
---|---|
HostKeyVerification |
Ssh1Context.getHostKeyVerification() |
Modifier and Type | Method and Description |
---|---|
void |
Ssh1Context.setHostKeyVerification(HostKeyVerification verify) |
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
|
Modifier and Type | Method and Description |
---|---|
HostKeyVerification |
SftpFileSystemConfigBuilder.getHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts) |
Modifier and Type | Method and Description |
---|---|
void |
SftpFileSystemConfigBuilder.setHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts,
HostKeyVerification hostKeyVerification) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKnownHostsKeyVerification
Deprecated.
Use KnownHostsKeyVerification instead.
|
class |
AbstractMultipleKnownHostsKeyVerification
Deprecated.
Use KnownHostsKeyVerification instead.
|
class |
ConsoleKnownHostsFile |
class |
ConsoleKnownHostsKeyVerification
Deprecated.
use ConsoleKnownHostsFile instead.
|
class |
ConsoleMultipleKnownHostsKeyVerification
Deprecated.
use ConsoleKnownHostsFile instead.
|
class |
HostKeyVerificationManager |
class |
KnownHostsFile |
class |
KnownHostsKeyVerification
An abstract HostKeyVerification
class implementation providing validation against the known_hosts format.
|
class |
X509HostKeyVerification
This is a
HostKeyVerification implementation that will validate an X509 public key. |
Modifier and Type | Method and Description |
---|---|
void |
HostKeyVerificationManager.addVerifier(HostKeyVerification verif) |
Constructor and Description |
---|
HostKeyVerificationManager(HostKeyVerification... verifs) |
HostKeyVerificationManager(HostKeyVerification verif) |
Constructor and Description |
---|
HostKeyVerificationManager(Collection<? extends HostKeyVerification> verifiers) |
Copyright © 2024. All rights reserved.