nuttx-apps/fsutils/passwd
Felipe Moura fee2ddbf54 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-06-27 08:42:00 -03:00
..
CMakeLists.txt fsutils: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Kconfig Remove support for CONFIG_FS_WRITABLE and CONFIG_FS_READABLE 2020-03-22 08:23:28 -05: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-06-27 08:42:00 -03: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