Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.sshtools.server.vshell |
Modifier and Type | Field and Description |
---|---|
protected SshContext |
Subsystem.context |
Modifier and Type | Method and Description |
---|---|
SshContext |
TransportProtocol.getContext() |
SshContext |
Subsystem.getContext() |
SshContext |
ConnectionProtocol.getContext()
Get the connections
ConfigurationContext . |
SshContext |
Connection.getContext() |
SshContext |
Channel.getContext()
Get the current configuration from the underlying connection.
|
SshContext |
AbstractServerTransport.getContext() |
SshContext |
TransportProtocol.getSshContext() |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
GSSAPIWithMICAuthentication.createDefaultConfiguration(SshContext context)
Create the default JAAS
Configuration . |
protected String |
GSSAPIWithMICAuthentication.getServicePrinicipal(SshContext context) |
protected void |
Subsystem.init(SessionChannel session,
SshContext context)
Initialize the subsystem with the current session and configuration.
|
void |
SftpSubsystem.init(SessionChannel session,
SshContext context) |
Constructor and Description |
---|
TransportProtocol(SshContext sshContext)
Create a default transport protocol instance in CLIENT_MODE.
|
Modifier and Type | Method and Description |
---|---|
SshContext |
VirtualProcess.getContext() |
Copyright © 2024. All rights reserved.