acassis commented on PR #18396:
URL: https://github.com/apache/nuttx/pull/18396#issuecomment-3999916894

   @Abhishekmishra2808 nice work!
   
   I also tested using NSH Login and it worked:
   
   ```
   CONFIG_NSH_LOGIN=y
   CONFIG_NSH_CONSOLE_LOGIN=y
   CONFIG_NSH_LOGIN_FIXED=y
   # CONFIG_NSH_LOGIN_PLATFORM is not set
   CONFIG_NSH_LOGIN_USERNAME="admin"
   CONFIG_NSH_LOGIN_PASSWORD="Administrator"
   CONFIG_NSH_LOGIN_FAILDELAY=0
   CONFIG_NSH_LOGIN_FAILCOUNT=3
   ```
   
   
   ```
   $ ./nuttx 
   login: admin
   password: 
   User Logged-in!
   nsh> uname -a
   NuttX 12.12.0 ec417c6d2b Mar  4 2026 16:53:10 sim sim
   nsh> 
   ```


-- 
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