ShellServerSettings Struct Reference
  Shell server settings. More...
#include <shell_server.h>
| Data Fields | |
| OsTaskParameters | task [SHELL_SERVER_MAX_SESSIONS] | 
| Task parameters.  More... | |
| SshServerContext * | sshServerContext | 
| SSH server context.  More... | |
| uint_t | numSessions | 
| Maximum number of shell sessions.  More... | |
| ShellServerSession * | sessions | 
| Shell sessions.  More... | |
| ShellServerCheckUserCallback | checkUserCallback | 
| User verification callback function.  More... | |
| ShellServerCommandLineCallback | commandLineCallback | 
| Command line processing callback function.  More... | |
| ShellServerCloseCallback | closeCallback | 
| Session closing callback function.  More... | |
Detailed Description
Shell server settings.
Definition at line 181 of file shell_server.h.
Field Documentation
◆ checkUserCallback
| ShellServerCheckUserCallback checkUserCallback | 
User verification callback function.
Definition at line 187 of file shell_server.h.
◆ closeCallback
| ShellServerCloseCallback closeCallback | 
Session closing callback function.
Definition at line 189 of file shell_server.h.
◆ commandLineCallback
| ShellServerCommandLineCallback commandLineCallback | 
Command line processing callback function.
Definition at line 188 of file shell_server.h.
◆ numSessions
| uint_t numSessions | 
Maximum number of shell sessions.
Definition at line 185 of file shell_server.h.
◆ sessions
| ShellServerSession* sessions | 
Shell sessions.
Definition at line 186 of file shell_server.h.
◆ sshServerContext
| SshServerContext* sshServerContext | 
SSH server context.
Definition at line 184 of file shell_server.h.
◆ task
Task parameters.
Definition at line 183 of file shell_server.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/shell/shell_server.h
