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 |
ChannelSession
Client side channel session
|
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 |
CloseableScpClient
An
ScpClient wrapper that also closes the underlying session when closed |
interface |
ScpClient |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScpClient |
class |
DefaultScpClient |
Modifier and Type | Class and Description |
---|---|
class |
ScpHelper |
Modifier and Type | Class and Description |
---|---|
class |
ScpCommand
This commands provide SCP support on both server and client side.
|
class |
ScpShell
This commands SCP support for a ChannelSession.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerChannel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerChannel
TODO Add javadoc
|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
FullAccessSftpClient
Provides both structured and raw SFTP access
|
interface |
SftpClient |
Modifier and Type | Class and Description |
---|---|
class |
SftpFileSystem |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpClient |
class |
DefaultSftpClient |
protected class |
DefaultSftpClient.SftpChannelSubsystem |
Modifier and Type | Interface and Description |
---|---|
interface |
SftpSubsystemEnvironment |
interface |
SftpSubsystemProxy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpSubsystemHelper |
class |
SftpSubsystem
SFTP subsystem
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.