| Modifier and Type | Class and Description |
|---|---|
class |
AgentForwardedChannel |
class |
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyPairIterator<I extends PublicKeyIdentity> |
class |
SessionKeyPairIterator |
class |
SshAgentPublicKeyIterator |
class |
UserAuthPublicKeyIterator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientChannel
A client channel used to communicate with the SSH server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientChannel
TODO Add javadoc
|
class |
ChannelDirectTcpip
TODO Add javadoc
|
class |
ChannelExec
Client channel to run a remote command
|
class |
ChannelShell
Client channel to open a remote shell
|
class |
ChannelSubsystem
Client channel to run a subsystem
|
class |
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectFuture
An
SshFuture for asynchronous connections requests. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectFuture
A default implementation of
ConnectFuture. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDHClientKeyExchange |
class |
DHGClient
Base class for DHG key exchange algorithms.
|
class |
DHGEXClient |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnectionService
Client side
ssh-connection service. |
class |
ClientUserAuthService
Client side
ssh-auth service. |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicPortForwardingTracker |
class |
ExplicitPortForwardingTracker |
class |
PortForwardingTracker |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubsystemClient |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubsystemClient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Service
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Channel
Represents a channel opened over an SSH session - holds information that is common both to server and client
channels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChannel
Provides common client/server channel functionality
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultForwarder
Requests a "tcpip-forward" action
|
class |
TcpipClientChannel
TODO Add javadoc
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyExchange
Key exchange algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDHKeyExchange |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionService
Interface implementing ssh-connection service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionWorkBuffer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionService
Base implementation of ConnectionService.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerChannel
TODO Add javadoc
|
class |
ChannelSession
Server side channel session
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandSupport
Provides a basic useful skeleton for
Command executions |
class |
AbstractFileSystemCommand
Provides a basic useful skeleton for
Command executions that require file system access |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpipServerChannel
TODO Add javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDHServerKeyExchange |
class |
DHGEXServer |
class |
DHGServer |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConnectionService
Server side
ssh-connection service. |
class |
ServerUserAuthService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InvertedShell
This shell have inverted streams, such as the one obtained when launching a new
Process from java. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelForwardedX11 |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.