libwebsockets
Lightweight C library for HTML5 websockets
Loading...
Searching...
No Matches
plugin: lws-ssh-base
Collaboration diagram for 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

  • "lws-ssh-base" - the ssh serving part
  • "lws-telnetd-base" - the telnet serving part

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 Documentation

◆ lws_ssh_finish_exec

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

#include <lws-plugin-ssh.h>

Definition at line 119 of file lws-plugin-ssh.h.