| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.util | |
| net.sf.sshapi.vfs | |
| org.apache.maven.wagon.providers.ssh.sshapi |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyValidator |
SshConfiguration.getHostKeyValidator()
Get the object that is used to validate host keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshConfiguration.setHostKeyValidator(SshHostKeyValidator hostKeyValidator)
Set the object that is used to validate host keys.
|
| Constructor and Description |
|---|
SshConfiguration(java.util.Properties properties,
SshHostKeyValidator hostKeyValidator)
Constructor
|
SshConfiguration(SshHostKeyValidator hostKeyValidator)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchHostKeyValidator
A simple host key validator that will only allow if a key is already in the
provided host key manager.
|
class |
ConsoleHostKeyValidator
A simple host key validator that prompts to accept or reject on the console.
|
class |
DumbHostKeyValidator
A
SshHostKeyValidator that simply accepts any host key without
question or warning. |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyValidator |
SftpFileSystemConfigBuilder.getHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts)
Get the host key validator to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SftpFileSystemConfigBuilder.setHostKeyVerification(org.apache.commons.vfs2.FileSystemOptions opts,
SshHostKeyValidator hostKeyVerification)
Set the host key validator to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PromptingKeyValidator
SshHostKeyValidator implementation that displays it's confirmations
of keys via Maven's InteractiveUserInfo. |
Copyright © 2018. All rights reserved.