libwebsockets
Lightweight C library for HTML5 websockets
|
Data Structures | |
struct | lws_ssh_ops |
Typedefs | |
typedef void(* | lws_ssh_finish_exec) (void *handle, int retcode) |
This is the interface to customize the ssh server per-vhost. A pointer to your struct lws_ssh_ops with the members initialized is passed in using pvo when you create the vhost. The pvo is attached to the protocol name
This way you can have different instances of ssh servers wired up to different IO and server keys per-vhost.
See also ./READMEs/README-plugin-sshd-base.md
typedef void(* lws_ssh_finish_exec) (void *handle, int retcode) |
#include <plugins/ssh-base/include/lws-plugin-ssh.h>
Definition at line 119 of file lws-plugin-ssh.h.