Thang Tran | ccb905a | 2023-04-17 09:28:42 +0700 | [diff] [blame] | 1 | # This is the default password for the OpenBMC root user account (0penBmc) |
| 2 | # Override salted and hashed value. The salted and hashed value are generated |
| 3 | # by command "openssl passwd -6 -salt rounds=1000\$UGMqyqdG 0penBmc" |
| 4 | AMPERE_DEFAULT_OPENBMC_PASSWORD = "'\$6\$rounds=1000\$UGMqyqdG\$uaE7HvA2vYhZYpIslelD1bsZMkXWV7YjL3wS2Vwj8rXyf90umESUzuR5if64N1LkNzTX.HUIi6D8s108y5GOB/'" |
| 5 | EXTRA_USERS_PARAMS:pn-obmc-phosphor-image = " \ |
| 6 | usermod -p ${AMPERE_DEFAULT_OPENBMC_PASSWORD} root; \ |
| 7 | " |