nuttx-apps/fsutils/passwd
Felipe Moura 1d4a66f648 netutils/dropbear: add Dropbear SSH server port for NuttX
Integrated SSH daemon authenticating against FSUTILS_PASSWD, with an
ECDSA P-256 host key and an NSH session over a PTY per connection. Built
from the upstream Dropbear tarball (pinned commit) and patched for
NuttX, using Dropbear's bundled libtomcrypt for all crypto. setsid()
(apache/nuttx#19184) and link() now come from NuttX, not local stubs.

Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
2026-08-04 10:36:07 +08:00
..
CMakeLists.txt fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Kconfig !fsutils/passwd: remove insecure default TEA encryption keys 2026-07-06 19:58:46 +08:00
Make.defs fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd.h fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_adduser.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_append.c netutils/dropbear: add Dropbear SSH server port for NuttX 2026-08-04 10:36:07 +08:00
passwd_delete.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_deluser.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_encrypt.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_find.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_lock.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_update.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
passwd_verify.c fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00