All Classes and Interfaces

Class
Description
Partial Command implementation that uses a thread to run a command.
Use SshCommandFactorys to find the right implementation for the exec request from SSH clients.
Utility class which properly manages Apache MINA idle timeout, see JENKINS-55978
Command implementation that exits by complaining that there's no such command.
 
This class help to encode RSA and DSA keys to OpenSSH format Methods came from Apache Mina SSH classes https://github.com/apache/mina-sshd/blob/master/sshd-common/src/main/java/org/apache/sshd/common/config/keys/impl/DSSPublicKeyEntryDecoder.java https://github.com/apache/mina-sshd/blob/master/sshd-common/src/main/java/org/apache/sshd/common/config/keys/impl/RSAPublicKeyDecoder.java https://github.com/apache/mina-sshd/blob/master/sshd-common/src/main/java/org/apache/sshd/common/config/keys/KeyEntryResolver.java
Generated localization support class.
Advertises SSH endpoint through HTTP header.
 
 
Extension point for adding commands invokable via SSH.
Represents a command line.