Modifier and Type | Class and Description |
---|---|
class |
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server.
|
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 |
UserAuth
Server side authentication mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAuth |
class |
UserAuthNone
TODO Add javadoc
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthGSS
Prototype user authentication handling gssapi-with-mic.
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthHostBased |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthKeyboardInteractive
Issue a "keyboard-interactive" command according to
RFC4256
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthPassword
Implements the server-side "password" authentication mechanism
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthPublicKey
TODO Add javadoc
|
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 | 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.