Package org.apache.sshd.server
package org.apache.sshd.server
-
ClassDescription
Command
can implement this optional interface to receive a reference toChannelSession
.Interface providing access to the environment map and allowing the registration of listeners for certain signals.Callback used by the shell to notify the SSH server is has exitedHolds providers and helpers related to the server side authentication processSshServer builderTheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Interface that can be implemented by a command to be able to access the server session in which this command will be used.System signals definition that the shell can receive.Define a listener to receive signalsThe SshServer class is the main entry point for the server side of the SSH protocol.