|
Class Summary |
| ExampleAccessManager |
An example AccessManager that provides the
ability to restrict access to SSH features based upon the username
of the connected user. |
| ExampleAuthenticationProvider |
An authentication provider enables the server to authenticate users. |
| ExampleCommand |
A simple demonstration of an executable command that simply prints out the
currently logged on users. |
| ExampleContextFactory |
|
| ExampleFileSystem |
A Simple local file based SSHD file system. |
| ExampleSession |
If your server is to support an interactive shell or the execution of
commands you need to implement this abstract class and set your class in the
ConfigurationContext. |
| ExampleSSHD |
An example server that fulfils the basic requirements of the Maverick SSHD. |