| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| Modifier and Type | Field and Description |
|---|---|
static Capability |
Capability.AGENT
The provider supports a agent for key authentication.
|
static Capability |
Capability.CHANNEL_DATA_EVENTS
The provider reports on channel data events.
|
static Capability |
Capability.CHANNEL_HANDLERS
The provider supports channel handlers.
|
static Capability |
Capability.DATA_TIMEOUTS
Allows setting of timeouts on the connection.
|
static Capability |
Capability.FILE_TRANSFER_EVENTS
The provider will fire events when file transfers start, progress, and
finished.
|
static Capability |
Capability.GSSAPI_AUTHENTICATION
The provider supports GSSAPI authentication.
|
static Capability |
Capability.HOST_KEY_MANAGEMENT
The provider supports host key management.
|
static Capability |
Capability.HTTP_PROXY
The provider supports HTTP proxy connections.
|
static Capability |
Capability.IDENTITY_MANAGEMENT
The provider supports identity management.
|
static Capability |
Capability.KEYBOARD_INTERACTIVE_AUTHENTICATION
The provider supports keyboard interactive authentication.
|
static Capability |
Capability.OPENSSH_AGENT
The provider supports an SSH agent for key authentication.
|
static Capability |
Capability.PASSWORD_AUTHENTICATION
The provider supports password authentication.
|
static Capability |
Capability.PER_CONNECTION_CONFIGURATION
The provider fully supports per-connection configuration.
|
static Capability |
Capability.PORT_FORWARD_EVENTS
The provider supports port forwarding events.
|
static Capability |
Capability.PUBLIC_KEY_AUTHENTICATION
The provider supports public key authentication.
|
static Capability |
Capability.PUBLIC_KEY_SUBSYSTEM
The provider supports the public key subsystem.
|
static Capability |
Capability.RFC_AGENT
The provider supports an RFC agent for key authentication.
|
static Capability |
Capability.SCP
The provider supports SCP.
|
static Capability |
Capability.SFTP
The provider supports SFTP.
|
static Capability |
Capability.SFTP_OVER_SCP
The provider can fall-back to using SCP if SFTP is not available.
|
static Capability |
Capability.SOCKET_FACTORY
The provider supports use of a
SocketFactory to create
connections. |
static Capability |
Capability.SOCKS4_PROXY
The provider supports SOCKS4 proxy connections.
|
static Capability |
Capability.SOCKS5_PROXY
The provider supports SOCKS5 proxy connections.
|
static Capability |
Capability.SSH1
The provider fully supports SSH1.
|
static Capability |
Capability.SSH2
The provider fully supports SSH2.
|
static Capability |
Capability.TUNNELED_SOCKET_FACTORY
The provider can create a socket factory that is tunneled to a remote
host over SSH.
|
static Capability |
Capability.WINDOW_CHANGE
The provider supports changing of terminal window size
SshShell.requestPseudoTerminalChange(int, int, int, int). |
| Modifier and Type | Method and Description |
|---|---|
static Capability[] |
DefaultProviderFactory.getAllCapabilties()
Get all discovered
Capability. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshConfiguration.addRequiredCapability(Capability capability)
Add a capability we REQUIRE for this configuration
|
Copyright © 2018. All rights reserved.