SshServerContext Struct Reference
SSH server context. More...
#include <ssh_server.h>
Data Fields | |
bool_t | running |
Operational state of the SSH server. More... | |
bool_t | stop |
Stop request. More... | |
OsTaskParameters | taskParams |
Task parameters. More... | |
OsTaskId | taskId |
Task identifier. More... | |
NetInterface * | interface |
Underlying network interface. More... | |
Socket * | socket |
Listening socket. More... | |
uint16_t | port |
SSH port number. More... | |
systime_t | timeout |
Idle connection timeout. More... | |
SshContext | sshContext |
SSH context. More... | |
Detailed Description
SSH server context.
Definition at line 114 of file ssh_server.h.
Field Documentation
◆ interface
NetInterface* interface |
Underlying network interface.
Definition at line 120 of file ssh_server.h.
◆ port
uint16_t port |
SSH port number.
Definition at line 122 of file ssh_server.h.
◆ running
bool_t running |
Operational state of the SSH server.
Definition at line 116 of file ssh_server.h.
◆ socket
Socket* socket |
Listening socket.
Definition at line 121 of file ssh_server.h.
◆ sshContext
SshContext sshContext |
SSH context.
Definition at line 124 of file ssh_server.h.
◆ stop
bool_t stop |
Stop request.
Definition at line 117 of file ssh_server.h.
◆ taskId
OsTaskId taskId |
Task identifier.
Definition at line 119 of file ssh_server.h.
◆ taskParams
OsTaskParameters taskParams |
Task parameters.
Definition at line 118 of file ssh_server.h.
◆ timeout
systime_t timeout |
Idle connection timeout.
Definition at line 123 of file ssh_server.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_server.h