1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/plugins/ssh-base
Andy Green 095798d5d9 sshd: plugin: work with _BUILTIN
The sshd example has gotten crufted a few different ways.

Adapt the test-sshd protocol and callbacks to not collide with the plugin
ssh-demo exports, for BUILTIN case.

Do not build a static copy of ssh-base for test-sshd if PLUGINS_BUILTIN is
going to provide it via lws import.

Add pvo for ssh-base to enable it on to the test-sshd vhost.

Banner staging in buf[] shared some of source and dest when it was copied
in, move it up a bit to avoid this.

Add note about rsa key disable workaround on Fedora.

test-sshd uses CGI (and requires it enabled to build) because it predates
lws_spawn... lws cgi was migrated to lws_spawn, really the test=sshd needs
rewriting to use lws_spawn directly instead of cgi.
2021-11-07 07:04:09 +00:00
..
crypto plugins: sshd: sc25519 must handle last bit 2021-10-19 06:38:45 +01:00
include plugins: sshd: eg musl needs sys/types if available 2021-11-04 07:12:37 +00:00
kex-25519.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
sshd.c sshd: plugin: work with _BUILTIN 2021-11-07 07:04:09 +00:00
telnet.c type comparisons: fixes 2021-01-05 10:56:38 +00:00