Lines Matching full:ssh
113 /*! \defgroup ssh-base plugin: lws-ssh-base
116 * ##Plugin lws-ssh-base
118 * This is the interface to customize the ssh server per-vhost. A pointer
122 * - "lws-ssh-base" - the ssh serving part
126 * This way you can have different instances of ssh servers wired up to
147 * lws_callback_on_writable() on this wsi causes your ssh server
167 * \param wsi: struct lws * for the ssh connection
184 * trigger the ssh protocol to ask if you have any tx waiting.
202 * trigger the ssh protocol to ask if you have any tx waiting. If you
246 * exec() - spawn command and wire up stdin/out/err to ssh channel
320 * \param type: "ssh-rsa"
330 * when looking in ~/.ssh/authorized_keys
356 * SSH version string sent to client (required)
357 * By convention a string like "SSH-2.0-Libwebsockets"