Managing passwords

There is only one interactively usable system account: root. Other accounts are only valid for the web interface. If root’s password is missing (default), you can’t login into the system (console/ssh/webinterface), so the usual first step is to change the password via boot parameter, adding the variable ROOTPW=my_new_password to the kernel command line.

The passwords are managed by chpwdfile and are saved into /mnt/ramdisk/pwd. Used hashing method is MD5. DES might work for the console/ssh, but not for the webinterface. If you run chpwdfile without any options, it will list its complete syntax.

Examples

Adding user (only for webinterface)

chpwdfile -f /mnt/ramdisk/pwd -t m -a username

Changing password

chpwdfile -f /mnt/ramdisk/pwd -t m -m username
 
  shurdix/passwords.txt · Last modified: 2006/03/11 00:06
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki