Appendix C: Configuration or Firmware Upgrade with a USB Drive674Special configuration keys:There are 3 special configuration keys that are prefixed with magic:. A special key that sets a user account's password withoutknowing the firmware's internal encryption/hashing algorithmsis implemented as of release 2.2.13.Example:magic:users[1].cleartext_password=joshua Two special keys that set the SNMPv3 passphrases withoutknowing the firmware's internal encryption/hashing algorithmsare implemented as of release 2.4.0.Examples:magic:users[1].snmp_v3.auth_phrase=swordfishmagic:users[1].snmp_v3.priv_phrase=opensesameTo configure device-specific settings:1. Make sure the device list configuration file "devices.csv" is availablein the PDU2. Seedevices.csv (on page 674)2. In the "config.txt" file, refer each device-specific configuration key toa specific column in the "devices.csv" file. The syntax is: ${column},where "column" is a column number.Examples:net.interfaces[eth0].ipv4.static.addr_cidr.addr=${4}pdu.name=${16}Note: For firmware version 3.3.0 or older, the syntax for static ipaddress is different from version 3.3.10 or later. It should be:network.interfaces[eth0].ipaddr=${column}.To rename the admin user:As of release 3.1.0, you can rename the admin user by adding thefollowing configuration key:users[0].name=new admin nameExample:users[0].name=May