login ===== 1/ Installing this package forces a username/password prompt when using telnet to access the IP04. The default uImage has no username/password for convenience. The default root password is uClinux. 2/ Also installs testuser, a utility to test a username/password pair. Useful for GUIs or shell scripts that wish to use Linux usernames/passwords. For example: root:~> testuser root uClinux; echo $? 0 root:~> testuser root admin; echo $? 254 3/ Also installs passwd_cmdline, a utility to set the root passwd from the command line: root:~> passwd_cmdline newpassword