ntadmin / DGND3700v2

Custom firmware for the Netgear DGND3700v2
12 stars 4 forks source link

Verify that an unmodified telnet works. #17

Closed ntadmin closed 8 years ago

ntadmin commented 8 years ago

This is part of moving towards replacing busybox. Need to check that if we replace the modded busybox code that telent still accepts logins, using the /etc/passwd system, as now set up by the ssh setup.

ntadmin commented 8 years ago

This is linked to the check on login - if that works we would expect this to.

ntadmin commented 8 years ago

The router actually uses utelnetd (compiled explicitly as an app), not the version in busybox. When debug is enabled, the following process is started: 16623 root 824 S /usr/sbin/utelnetd -d -l /usr/sbin/login It uses /usr/sbin/login, which has been verified working in a separate issue, and there is no reference to passwd or htpasswd in the source code for this. The only changes were in login, which we have resolved. All good, so closing the issue.