| Interface | Description |
|---|---|
| SshConnection |
A simple ssh client connection with private key.
|
| Class | Description |
|---|---|
| Authentication |
Represents authentication information to an SSH server connection.
|
| SshConnectionFactory |
Factory class for
SshConnections. |
| SshConnectionImpl |
A simple ssh client connection with private key.
|
| SshUtil |
Base util for connecting, authenticating and doing stuff on an ssh client->server connection.
|
| Exception | Description |
|---|---|
| SshAuthenticationException |
Indicates that authentication failed.
|
| SshConnectException |
SshException related to connection issues.
|
| SshException |
Base class for "controlled" exceptions in
SshConnection. |
Copyright © 2004-2015 Hudson. All Rights Reserved.