FelipeMdeO commented on code in PR #3532:
URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3463615158


##########
netutils/dropbear/patch/0002-use-nuttx-passwd-auth.patch:
##########
@@ -0,0 +1,87 @@
+--- a/src/svr-authpasswd.c
++++ b/src/svr-authpasswd.c
+@@ -33,6 +33,77 @@
+ 
+ #if DROPBEAR_SVR_PASSWORD_AUTH
+ 
++#if DROPBEAR_NUTTX_PASSWD

Review Comment:
   Sorry Xiang, I can't remove this patch.
   Dropbear's native path does crypt(password, pw_passwd) against the 
/etc/shadow hash from getpwnam(), but NuttX has no shadow/crypt() store — 
credentials live in fsutils/passwd and are checked with passwd_verify() 
(verify-only), so the native path can't authenticate. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to