All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractAgentClient |
|
| AbstractAgentProxy |
|
| AbstractChannel |
Provides common client/server channel functionality
|
| AbstractChannel.GracefulState |
|
| AbstractChannel.PacketValidator |
|
| AbstractChannelExitRequestHandler<V> |
Provides a common base class for channel request handlers that deal with various "exit-XXX"
requests.
|
| AbstractChannelRequestHandler |
|
| AbstractClientChannel |
TODO Add javadoc
|
| AbstractClientSession |
Provides default implementations of ClientSession related methods
|
| AbstractCommandSupport |
Provides a basic useful skeleton for Command executions
|
| AbstractConnectionService |
Base implementation of ConnectionService.
|
| AbstractConnectionServiceFactory |
|
| AbstractConnectionServiceRequestHandler |
|
| AbstractDelegatingCommandFactory |
|
| AbstractDH |
Base class for the Diffie-Hellman key agreement.
|
| AbstractDHClientKeyExchange |
|
| AbstractDHKeyExchange |
|
| AbstractDHServerKeyExchange |
|
| AbstractFactoryManager |
|
| AbstractFileSystemCommand |
Provides a basic useful skeleton for Command executions that require file system access
|
| AbstractIoServiceFactory |
|
| AbstractIoServiceFactoryFactory |
|
| AbstractKexFactoryManager |
|
| AbstractKeyPairIterator<I extends PublicKeyIdentity> |
|
| AbstractOpenSshHostKeysHandler |
|
| AbstractRequestHandler<T> |
|
| AbstractServerChannel |
TODO Add javadoc
|
| AbstractServerSession |
Provides default implementations for ServerSession related methods
|
| AbstractSession |
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.
|
| AbstractSession.MessageCodingSettings |
Message encoding or decoding settings as determined at the end of a key exchange.
|
| AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession> |
An abstract base factory of sessions.
|
| AbstractSessionIoHandler |
TODO Add javadoc
|
| AbstractSimpleClient |
|
| AbstractSimpleClientSessionCreator |
|
| AbstractSubsystemClient |
|
| AbstractUserAuth |
|
| AbstractUserAuth |
|
| AbstractUserAuthFactory |
|
| AbstractUserAuthFactory |
|
| AbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>> |
|
| AbstractUserAuthServiceFactory |
|
| AcceptAllForwardingFilter |
|
| AcceptAllHostBasedAuthenticator |
|
| AcceptAllPasswordAuthenticator |
Accepts all authentication attempts
|
| AcceptAllPublickeyAuthenticator |
Accepts all authentication attempts
|
| AcceptAllServerKeyVerifier |
A ServerKeyVerifier that accepts all server keys.
|
| AgentClient |
A client for a remote SSH agent
|
| AgentDelegate |
|
| AgentForwardedChannel |
|
| AgentForwardedChannel |
|
| AgentForwardingFilter |
|
| AgentForwardSupport |
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the
client side.
|
| AgentImpl |
A local SSH agent implementation
|
| AgentServer |
A server for an SSH Agent
|
| AgentServer.SshAgentSession |
|
| AgentServerProxy |
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the
client side.
|
| AgentServerProxy |
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the
client side.
|
| AggregateShellFactory |
Provides different shell(s) based on some criteria of the provided ChannelSession
|
| AllowTcpForwardingValue |
|
| AprLibrary |
Internal singleton used for initializing correctly the APR native library and the associated root memory pool.
|
| AsyncAuthException |
|
| AsyncCommand |
Represents a command capable of doing non-blocking io.
|
| AsyncCommandErrorStreamAware |
|
| AsyncCommandInputStreamAware |
|
| AsyncCommandOutputStreamAware |
|
| AsyncCommandStreamsAware |
|
| AsyncDataReceiver |
|
| AuthFuture |
An SshFuture for asynchronous authentication requests.
|
| AuthorizedKeyEntriesPublickeyAuthenticator |
|
| AuthorizedKeysAuthenticator |
Uses the authorized keys file to implement PublickeyAuthenticator while automatically re-loading the keys if
the file has changed when a new authentication request is received.
|
| BaseBuilder<T extends AbstractFactoryManager,S extends BaseBuilder<T,S>> |
Base class for dedicated client/server instance builders
|
| BufferedIoOutputStream |
|
| BuiltinDHFactories |
|
| BuiltinDHFactories.Constants |
|
| BuiltinDHFactories.ParseResult |
|
| BuiltinIoServiceFactoryFactories |
|
| BuiltinUserAuthFactories |
Provides a centralized location for the default built-in authentication factories
|
| BuiltinUserAuthFactories |
Provides a centralized location for the default built-in authentication factories
|
| BuiltinUserAuthFactories.ParseResult |
|
| BuiltinUserAuthFactories.ParseResult |
|
| CachingPublicKeyAuthenticator |
Caches the result per session - compensates for OpenSSH behavior where it sends 2 requests with the same key
(see SSHD-300).
|
| CancelTcpipForwardHandler |
Handler for "cancel-tcpip-forward" global request.
|
| Channel |
Represents a channel opened over an SSH session - holds information that is common both to server and client
channels.
|
| ChannelAgentForwarding |
The client side channel that will receive requests forwards by the SSH server.
|
| ChannelAgentForwarding |
The client side channel that will receive requests forwards by the SSH server.
|
| ChannelAgentForwardingFactory |
|
| ChannelAgentForwardingFactory |
|
| ChannelAsyncInputStream |
|
| ChannelAsyncInputStream.IoReadFutureImpl |
|
| ChannelAsyncOutputStream |
|
| ChannelAsyncOutputStream.BufferedFuture |
|
| ChannelAsyncOutputStream.WriteState |
Collects state variables; access is always synchronized on the single instance per stream.
|
| ChannelDataReceiver |
Receiving end of the data stream from the client.
|
| ChannelDirectTcpip |
TODO Add javadoc
|
| ChannelExec |
Client channel to run a remote command
|
| ChannelFactory |
|
| ChannelForwardedX11 |
|
| ChannelHolder |
|
| ChannelIdentifier |
|
| ChannelListener |
Provides a simple listener for client / server channels being established or torn down.
|
| ChannelListenerManager |
|
| ChannelOutputStream |
|
| ChannelOutputStream.OpenState |
|
| ChannelOutputStream.WriteState |
|
| ChannelPipedInputStream |
TODO Add javadoc
|
| ChannelPipedOutputStream |
TODO Add javadoc
|
| ChannelPipedSink |
|
| ChannelRequestHandler |
|
| ChannelSession |
Client side channel session
|
| ChannelSession |
Server side channel session
|
| ChannelSessionAware |
|
| ChannelSessionFactory |
|
| ChannelShell |
Client channel to open a remote shell
|
| ChannelStreamWriter |
The ChannelStreamWriter is used when writing to the channel data stream.
|
| ChannelStreamWriterResolver |
A special mechanism that enables users to intervene in the way packets are sent from ChannelOutputStream-s -
e.g., by introducing throttling
|
| ChannelStreamWriterResolverManager |
TODO Add javadoc
|
| ChannelSubsystem |
Client channel to run a subsystem
|
| ChannelToPortHandler |
Implements forwarding messages received from a channel to a port in TCP/IP port forwarding.
|
| ClientAuthenticationManager |
Holds information required for the client to perform authentication with the server
|
| ClientBuilder |
SshClient builder
|
| ClientChannel |
A client channel used to communicate with the SSH server.
|
| ClientChannelEvent |
|
| ClientChannelHolder |
TODO Add javadoc
|
| ClientConnectionService |
Client side ssh-connection service.
|
| ClientConnectionServiceFactory |
|
| ClientFactoryManager |
The ClientFactoryManager enable the retrieval of additional configuration needed specifically for the
client side.
|
| ClientProxyConnector |
Provides a way to implement proxied connections where some metadata about the client is sent before the actual
SSH protocol is executed - e.g., the PROXY
protocol.
|
| ClientProxyConnectorHolder |
|
| ClientSession |
An authenticated session to a given SSH server.
|
| ClientSession.ClientSessionEvent |
|
| ClientSessionCreator |
|
| ClientSessionHolder |
|
| ClientSessionImpl |
|
| ClientUserAuthService |
Client side ssh-auth service.
|
| ClientUserAuthServiceFactory |
|
| Command |
Represents a command, shell or subsystem that can be used to send command.
|
| CommandDirectErrorStreamAware |
|
| CommandDirectInputStreamAware |
|
| CommandDirectOutputStreamAware |
|
| CommandDirectStreamsAware |
|
| CommandFactory |
Commands are executed on the server side when an "exec" channel is requested by the SSH client.
|
| CommandLifecycle |
|
| ConnectFuture |
An SshFuture for asynchronous connections requests.
|
| ConnectionService |
Interface implementing ssh-connection service.
|
| ConnectionServiceRequestHandler |
|
| CoreModuleProperties |
Configurable properties for sshd-core.
|
| CredentialHelper |
Simple helper class which gets GSS credential using a fixed Krb5 login configuration.
|
| CurrentService |
Holds the current SSH service for a Session.
|
| DefaultAgentForwardSupport |
|
| DefaultAuthFuture |
|
| DefaultAuthorizedKeysAuthenticator |
Monitors the ~/.ssh/authorized_keys file of the user currently running the server, re-loading it if
necessary.
|
| DefaultChannelStreamWriter |
|
| DefaultClientKexExtensionHandler |
|
| DefaultConnectFuture |
|
| DefaultForwarder |
Requests a "tcpip-forward" action
|
| DefaultForwarderFactory |
|
| DefaultIoServiceFactoryFactory |
|
| DefaultKeyboardInteractiveAuthenticator |
|
| DefaultKeyExchangeFuture |
|
| DefaultKnownHostsServerKeyVerifier |
Monitors the ~/.ssh/known_hosts file of the user currently running the client, updating and re-loading it if
necessary.
|
| DefaultOpenFuture |
|
| DefaultServerKexExtensionHandler |
|
| DefaultUnknownChannelReferenceHandler |
|
| DefaultX11ForwardSupport |
|
| DelegatingServerKeyVerifier |
A ServerKeyVerifier that delegates verification to the instance found in the ClientSession metadata
The verifier can be specified at the SshClient level, which may have connections to multiple hosts.
|
| DHFactory |
|
| DHG |
Diffie-Hellman key generator.
|
| DHGClient |
Base class for DHG key exchange algorithms.
|
| DHGEXClient |
|
| DHGEXServer |
|
| DHGroupData |
Simple class holding the data for DH group key exchanges.
|
| DHGServer |
|
| DirectTcpipFactory |
|
| DynamicPortForwardingTracker |
|
| ECDH |
Elliptic Curve Diffie-Hellman key agreement.
|
| Environment |
Interface providing access to the environment map and allowing the registration of listeners for certain signals.
|
| ExitSignalChannelRequestHandler |
|
| ExitStatusChannelRequestHandler |
|
| ExplicitPortForwardingTracker |
|
| FactoryManager |
This interface allows retrieving all the NamedFactory used in the SSH protocol.
|
| FactoryManagerHolder |
|
| ForwardedTcpipFactory |
|
| Forwarder |
TODO Add javadoc
|
| ForwarderFactory |
A factory for creating forwarder objects for client port forwarding
|
| ForwardingFilter |
Determines if a forwarding request will be permitted.
|
| ForwardingTunnelEndpointsProvider |
|
| GlobalRequestException |
An exception that can be set on a GlobalRequestFuture to indicate that the
server sent back a failure reply.
|
| GlobalRequestFuture |
A DefaultSshFuture that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent with
want-reply = true.
|
| GlobalRequestFuture.ReplyHandler |
A ReplyHandler is invoked asynchronously when the reply for a request with want-reply = true is
received.
|
| GSSAuthenticator |
Class providing basic GSS authentication services.
|
| HostBasedAuthenticationReporter |
Provides report about the client side host-based authentication progress
|
| HostBasedAuthenticator |
Invoked when "hostbased" authentication is used
|
| InteractiveChallenge |
Represents a server "challenge" as per RFC-4256
|
| InteractiveProcessShellFactory |
A simplistic interactive shell factory
|
| InvertedShell |
This shell have inverted streams, such as the one obtained when launching a new Process from java.
|
| InvertedShellWrapper |
|
| IoServiceFactoryFactory |
|
| IoWriteFutureImpl |
|
| JaasPasswordAuthenticator |
TODO Add javadoc
|
| KeepAliveHandler |
Handler for "keepalive@xxx" global request.
|
| KexExtensionHandler |
|
| KexExtensionHandler.AvailabilityPhase |
Provides a hint as to the context in which isKexExtensionsAvailable is invoked
|
| KexExtensionHandler.KexPhase |
The phase at which sendKexExtensions is invoked
|
| KexExtensionHandlerManager |
TODO Add javadoc
|
| KexFactoryManager |
Holds KEX negotiation stage configuration
|
| KeyAgentIdentity |
Uses an SshAgent to generate the identity signature
|
| KeyboardInteractiveAuthenticator |
Provides pluggable authentication using the "keyboard-interactive" method as specified by
RFC-4256?
|
| KeyExchange |
Key exchange algorithm.
|
| KeyExchangeFactory |
|
| KeyExchangeFuture |
|
| KeyExchangeMessageHandler |
Manages SSH message sending during a key exchange.
|
| KeyPairIdentity |
Uses a KeyPair to generate the identity signature
|
| KeySetPublickeyAuthenticator |
|
| KnownHostsServerKeyVerifier |
|
| KnownHostsServerKeyVerifier.HostEntryPair |
Represents an entry in the internal verifier's cache
|
| LocalAgentFactory |
|
| LocalForwardingEntry |
|
| LocalWindow |
A Window that describes how much data this side is prepared to receive from the peer.
|
| MissingAttachedSessionException |
|
| ModifiedServerKeyAcceptor |
|
| Moduli |
Helper class to load DH group primes from a file.
|
| Moduli.DhGroup |
|
| MontgomeryCurve |
Provides implementation details for Montgomery curves and their key exchange algorithms Curve25519/X25519 and
Curve448/X448 specified in RFC 7748 and RFC 8731.
|
| MultipleAttachedSessionException |
|
| Nio2Acceptor |
|
| Nio2CompletionHandler<V,A> |
|
| Nio2Connector |
TODO Add javadoc
|
| Nio2DefaultIoWriteFuture |
|
| Nio2Service |
|
| Nio2ServiceFactory |
|
| Nio2ServiceFactoryFactory |
|
| Nio2Session |
|
| NoMoreSessionsHandler |
Handler for "no-more-sessions@xxx" global request.
|
| OpenFuture |
An SshFuture for asynchronous channel opening requests.
|
| OpenSshCertificateBuilder |
Holds all the data necessary to create a signed OpenSSH Certificate
|
| OpenSshHostKeysHandler |
A handler for the "hostkeys-00@openssh.com" request - for now, only reads the presented host key.
|
| OpenSshHostKeysHandler |
An initial handler for "hostkeys-prove-00@openssh.com" request
|
| PasswordAuthenticationReporter |
Used to inform the about the progress of a password authentication
|
| PasswordAuthenticator |
Used to authenticate users based on a password.
|
| PasswordChangeRequiredException |
A special exception that can be thrown by the PasswordAuthenticator to indicate that the password requires
changing or is not string enough
|
| PendingWriteFuture |
Future holding a packet pending key exchange termination.
|
| PipeDataReceiver |
|
| PortForwardingEventListener |
|
| PortForwardingEventListenerManager |
Marker interface for classes that allow to add/remove port forwarding listeners.
|
| PortForwardingEventListenerManagerHolder |
|
| PortForwardingInformationProvider |
|
| PortForwardingManager |
|
| PortForwardingTracker |
|
| ProcessShell |
Bridges the I/O streams between the SSH command and the process that executes it
|
| ProcessShellCommandFactory |
Executes commands by invoking the underlying shell
|
| ProcessShellFactory |
A Factory of Command that will create a new process and bridge the streams.
|
| PromptEntry |
|
| ProxyAgentFactory |
|
| PtyCapableChannelSession |
Serves as the base channel session for executing remote commands - including a full shell.
|
| PublicKeyAuthenticationReporter |
Provides report about the client side public key authentication progress
|
| PublickeyAuthenticator |
The PublickeyAuthenticator is used on the server side to authenticate user public keys.
|
| PuttyRequestHandler |
|
| RejectAllForwardingFilter |
|
| RejectAllHostBasedAuthenticator |
|
| RejectAllPasswordAuthenticator |
Rejects all authentication attempts
|
| RejectAllPublickeyAuthenticator |
Rejects all authentication attempts
|
| RejectAllServerKeyVerifier |
|
| RemoteWindow |
|
| RequestHandler<T> |
A global request handler.
|
| RequestHandler.Result |
|
| RequiredServerKeyVerifier |
A ServerKeyVerifier that accepts one server key (specified in the constructor)
|
| ReservedSessionMessagesHandler |
Provides a way to listen and handle the SSH_MSG_IGNORE and SSH_MSG_DEBUG messages that are received
by a session, as well as proprietary and/or extension messages and behavior.
|
| ReservedSessionMessagesHandlerAdapter |
Delegates the main interface methods to specific ones after having decoded each message buffer
|
| ReservedSessionMessagesManager |
|
| ServerAuthenticationManager |
Holds providers and helpers related to the server side authentication process
|
| ServerBuilder |
SshServer builder
|
| ServerChannel |
|
| ServerChannelSessionHolder |
|
| ServerConnectionService |
Server side ssh-connection service.
|
| ServerConnectionServiceFactory |
|
| ServerFactoryManager |
The ServerFactoryManager enable the retrieval of additional configuration needed specifically for the
server side.
|
| ServerIdentity |
Loads server identity key files - e.g., /etc/ssh/ssh_host_rsa_key
|
| ServerKeyVerifier |
The ServerKeyVerifier is used on the client side to authenticate the key provided by the server.
|
| ServerProxyAcceptor |
Provides a way to implement proxied connections where some metadata about the client is sent before the actual
SSH protocol is executed - e.g., the PROXY
protocol.
|
| ServerProxyAcceptorHolder |
|
| ServerSession |
|
| ServerSessionAware |
Interface that can be implemented by a command to be able to access the server session in which this command will be
used.
|
| ServerSessionHolder |
|
| ServerSessionImpl |
|
| ServerUserAuthService |
|
| ServerUserAuthServiceFactory |
|
| Service |
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
|
| ServiceFactory |
|
| Session |
Represents an SSH session.
|
| SessionDisconnectHandler |
Invoked when the internal session code decides it should disconnect a session due to some consideration.
|
| SessionDisconnectHandlerManager |
TODO Add javadoc
|
| SessionFactory |
A factory of client sessions.
|
| SessionFactory |
A factory of server sessions.
|
| SessionHelper |
|
| SessionHolder<S extends Session> |
|
| SessionKeyPairIterator |
|
| SessionListener |
Represents an interface receiving session events.
|
| SessionListener.Event |
|
| SessionListenerManager |
Marker interface for classes that allow to add/remove session listeners.
|
| SessionTimeoutListener |
Task that iterates over all currently open Sessions and checks each of them for timeouts.
|
| SessionWorkBuffer |
|
| ShellFactory |
Shell(s) are executed on the server side when a "shell" channel is established
|
| ShellFactorySelector |
|
| SignalListener |
Define a listener to receive signals
|
| SimpleClient |
Provides a simplified and synchronous view of the available SSH client functionality.
|
| SimpleClientConfigurator |
|
| SimpleIoOutputStream |
|
| SimpleIoOutputStream.DefaultIoWriteFuture |
|
| SimpleSessionClient |
A simplified synchronous API for creating client sessions
|
| SocksProxy |
SOCKS proxy server, supporting simple socks4/5 protocols.
|
| SocksProxy.Proxy |
|
| SshAgent |
SSH key agent server
|
| SshAgentConstants |
|
| SshAgentFactory |
The SshAgentFactory is used to communicate with an SshAgent.
|
| SshAgentKeyConstraint |
|
| SshAgentKeyConstraint.Extension |
|
| SshAgentKeyConstraint.FidoProviderExtension |
The OpenSSH "sk-provider@openssh.com" key constraint extension used for FIDO keys.
|
| SshAgentKeyConstraint.LifeTime |
An OpenSSH lifetime constraint expires a key added to an SSH agent after the given number of seconds.
|
| SshAgentPublicKeyIterator |
|
| SshAgentServer |
|
| SshChannelBufferedOutputException |
Used by the BufferedIoOutputStream to signal a non-recoverable error
|
| SshChannelClosedException |
|
| SshChannelException |
|
| SshChannelInvalidPacketException |
|
| SshChannelNotFoundException |
|
| SshChannelOpenException |
Documents failure of a channel to open as expected.
|
| SshClient |
Entry point for the client side of the SSH protocol.
|
| SshClientConfigFileReader |
|
| SshConfigFileReader |
Reads and interprets some useful configurations from an OpenSSH configuration file.
|
| SshServer |
The SshServer class is the main entry point for the server side of the SSH protocol.
|
| SshServerConfigFileReader |
Reads and interprets some useful configurations from an OpenSSH configuration file.
|
| StandardEnvironment |
|
| StaticDecisionForwardingFilter |
A ForwardingFilter implementation that returns the same "static" result for all the queries.
|
| StaticHostBasedAuthenticator |
|
| StaticPasswordAuthenticator |
Returns the same constant result true/false regardless
|
| StaticPublickeyAuthenticator |
Returns the same constant result true/false regardless
|
| StaticServerKeyVerifier |
Returns the same constant answer true/false regardless
|
| StreamingChannel |
A channel that can be either configured to use synchronous or asynchrounous streams.
|
| StreamingChannel.Streaming |
|
| SubsystemClient |
|
| SubsystemFactory |
|
| TcpForwardingFilter |
|
| TcpForwardingFilter.Type |
The type of requested connection forwarding.
|
| TcpipClientChannel |
TODO Add javadoc
|
| TcpipClientChannel.Type |
Type of channel being created.
|
| TcpipForwardHandler |
Handler for "tcpip-forward" global request.
|
| TcpipForwardingExceptionMarker |
Special marker interface used to signal to the forwarding filter that an exception has been caught on the forwarded
channel
|
| TcpipServerChannel |
TODO Add javadoc
|
| TcpipServerChannel.TcpipFactory |
|
| UnixAgentFactory |
|
| UnknownChannelReferenceHandler |
|
| UnknownChannelReferenceHandlerManager |
|
| UnknownCommand |
Implementation of an unknown command that can be returned by CommandFactory when the command is not
known, as it is supposed to always return a valid Command object.
|
| UnknownCommandFactory |
|
| UserAuth |
Represents a user authentication mechanism
|
| UserAuth |
Server side authentication mechanism.
|
| UserAuthFactory |
|
| UserAuthFactory |
|
| UserAuthGSS |
Prototype user authentication handling gssapi-with-mic.
|
| UserAuthGSSFactory |
Factory class.
|
| UserAuthHostBased |
|
| UserAuthHostBased |
|
| UserAuthHostBasedFactory |
|
| UserAuthHostBasedFactory |
|
| UserAuthKeyboardInteractive |
Manages a "keyboard-interactive" exchange according to
RFC4256
|
| UserAuthKeyboardInteractive |
Issue a "keyboard-interactive" command according to
RFC4256
|
| UserAuthKeyboardInteractiveFactory |
|
| UserAuthKeyboardInteractiveFactory |
|
| UserAuthNone |
TODO Add javadoc
|
| UserAuthNoneFactory |
|
| UserAuthPassword |
Implements the client-side "password" authentication mechanism
|
| UserAuthPassword |
Implements the server-side "password" authentication mechanism
|
| UserAuthPasswordFactory |
|
| UserAuthPasswordFactory |
|
| UserAuthPublicKey |
Implements the "publickey" authentication mechanism
|
| UserAuthPublicKey |
TODO Add javadoc
|
| UserAuthPublicKeyFactory |
|
| UserAuthPublicKeyFactory |
|
| UserAuthPublicKeyIterator |
|
| UserInteraction |
Interface used by the ssh client to communicate with the end user.
|
| WelcomeBannerPhase |
Used to indicate at which authentication phase to send the welcome banner (if any configured)
|
| Window |
A Channel implements a sliding window flow control for data packets (SSH_MSG_CHANNEL_DATA and
SSH_MSG_CHANNEL_EXTENDED_DATA packets).
|
| WindowClosedException |
Indicates a Window has been closed.
|
| X11ForwardingExceptionMarker |
Special marker interface used to signal to the forwarding filter that an exception has been caught on the forwarded
channel
|
| X11ForwardingFilter |
|
| X11ForwardSupport |
|
| XDH |
Provides Diffie-Hellman SSH key exchange algorithms for the Montgomery curves specified in RFC 8731.
|