libwebsockets
Lightweight C library for HTML5 websockets
plugin: lws-ssh-base

Data Structures

struct  lws_ssh_ops
 

Typedefs

typedef void(* lws_ssh_finish_exec) (void *handle, int retcode)
 

Detailed Description

Plugin lws-ssh-base

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