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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutorOperationSupport<T extends ExecutorServiceProvider> |
Modifier and Type | Interface and Description |
---|---|
interface |
SshContext
This interface defines the general configuration items available to both SSH1
and SSH2.
|
Modifier and Type | Class and Description |
---|---|
class |
Ssh1Context
This class implements SshContext to provide
SSH1 connection configuration through the SshConnector class.
|
Modifier and Type | Class and Description |
---|---|
class |
Ssh2Context
This class implements SshContextto
provide SSH2 connection configuration through the SshConnector class.
|
Copyright © 2024. All rights reserved.