| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.hostkeys | |
| net.sf.sshapi.impl.ganymed |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.j2ssh |
J2SSH is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon.
|
| net.sf.sshapi.impl.jsch |
JSch is a pure Java implementation of SSH2.
|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.maverick |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.maverick16 |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.trilead |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.util | |
| org.apache.maven.wagon.providers.ssh.sshapi |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
SshProvider.createHostKeyManager(SshConfiguration configuration)
Create a
SshHostKeyManager that may be used to list, add and remove
valid host keys. |
SshHostKeyManager |
AbstractProvider.createHostKeyManager(SshConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHostKeyManager
Abstract implementation of an
SshHostKeyManager that provides some
default common methods. |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
GanymedSshProvider.createHostKeyManager(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
J2SshProvider.createHostKeyManager(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
JschSshProvider.createHostKeyManager(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
LibsshSshProvider.createHostKeyManager(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
MaverickSshProvider.createHostKeyManager(SshConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaverickHostKeyManager
Maverick host key management supports the OpenSSH known_hosts format.
|
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
MaverickSshProvider.createHostKeyManager(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshHostKeyManager |
TrileadSshProvider.createHostKeyManager(SshConfiguration configuration) |
| Constructor and Description |
|---|
BatchHostKeyValidator(SshHostKeyManager keyManager)
Constructor.
|
ConsoleHostKeyValidator(SshHostKeyManager keyManager)
Constructor using a host key manager.
|
| Constructor and Description |
|---|
PromptingKeyValidator(org.apache.maven.wagon.providers.ssh.interactive.InteractiveUserInfo interactiveUserInfo,
SshHostKeyManager mgr)
Constructor.
|
Copyright © 2018. All rights reserved.