Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.agent | |
com.maverick.sshd.platform |
This package contains the interfaces that are required to be
implemented to create an SSH server implementation.
|
com.maverick.sshd.session | |
com.sshtools.proxy | |
com.sshtools.server.vshell |
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedSession
This is a basic session that provides a message to the user to inform them
that a shell or command cannot be executed because the server does not
support an interactive session.
|
Modifier and Type | Field and Description |
---|---|
protected SessionChannel |
Subsystem.session |
Modifier and Type | Method and Description |
---|---|
SessionChannel |
Subsystem.getSession() |
Modifier and Type | Method and Description |
---|---|
protected Subsystem |
DefaultChannelFactory.createPublicKeySubsystem(SessionChannel session) |
protected SftpSubsystem |
DefaultChannelFactory.createSftpSubsystem(SessionChannel session) |
Subsystem |
DefaultChannelFactory.createSubsystem(String name,
SessionChannel session) |
Subsystem |
ChannelFactory.createSubsystem(String name,
SessionChannel session) |
protected void |
Subsystem.init(SessionChannel session,
SshContext context)
Initialize the subsystem with the current session and configuration.
|
void |
SftpSubsystem.init(SessionChannel session,
SshContext context) |
void |
SftpOperationWrapper.onBeginOperation(SessionChannel session,
SftpSubsystemOperation op) |
void |
SftpOperationWrapper.onEndOperation(SessionChannel session,
SftpSubsystemOperation op) |
Constructor and Description |
---|
AgentForwardingChannel(String type,
SessionChannel session) |
AgentForwardingChannel(String type,
SessionChannel session,
ChannelEventListener listener) |
Modifier and Type | Field and Description |
---|---|
protected SessionChannel |
ExecutableCommand.session
The session channel instance on which this command is being executed
|
Modifier and Type | Method and Description |
---|---|
SessionChannel |
ExecutableCommand.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutableCommand.init(SessionChannel session)
Initialize the command.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeSession |
Modifier and Type | Class and Description |
---|---|
class |
ProxySession |
Modifier and Type | Class and Description |
---|---|
class |
VirtualShell |
Modifier and Type | Method and Description |
---|---|
SessionChannel |
VirtualProcess.getSessionChannel() |
Modifier and Type | Method and Description |
---|---|
VirtualProcess |
VirtualProcessFactory.createRootProcess(TerminalOutput terminal,
Msh msh,
Environment environment,
Thread thread,
ShellCommand command,
AbstractFile workingDirectory,
Console console,
SessionChannel session) |
VirtualProcess |
DefaultVirtualProcessFactory.createRootProcess(TerminalOutput terminal,
Msh msh,
Environment environment,
Thread thread,
ShellCommand command,
AbstractFile workingDirectory,
Console console,
SessionChannel session) |
void |
RootShell.execCommand(DynamicBuffer input,
TerminalOutput term,
String cmd,
SessionChannel session) |
boolean |
RootShell.startShell(DynamicBuffer input,
TerminalOutput term,
SessionChannel session) |
Copyright © 2024. All rights reserved.