Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.platform |
This package contains the interfaces that are required to be
implemented to create an SSH server implementation.
|
com.maverick.sshd.scp |
This package contains an implementation of SCP for the Maverick SSHD
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ExecutableCommand> |
SshContext.getCommand(String name)
Get the Class implementation for a given command.
|
Class<? extends ExecutableCommand> |
SshContext.getShellCommand()
Get an
ExecutableCommand
implementation that provides the default shell. |
Modifier and Type | Method and Description |
---|---|
void |
SshContext.addCommand(String name,
Class<? extends ExecutableCommand> cls)
Add an
com.maverick.sshd.ExecutableCommand to the configuration. |
void |
SshContext.setShellCommand(Class<? extends ExecutableCommand> shellCommand)
Set an
ExecutableCommand
implementation that provides the default shell. |
Modifier and Type | Class and Description |
---|---|
class |
NativeExecutableCommand
A further extension of the
ExecutableCommand that provides the
ability to execute a native process. |
Modifier and Type | Class and Description |
---|---|
class |
ScpCommand
Provides support for the SCP command.
|
Copyright © 2024. All rights reserved.