Intel-BMC/openbmc

How to do set Intel BMC linux and webUI default user name and password use wolfpass?

Closed this issue · 3 comments

build project:
export TEMPLATECONF=meta-openbmc-mods/meta-wolfpass/conf
source oe-init-build-env
bitbake intel-platforms

ipmitool raw 0x30 0x5f 0x00 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31

local.conf: + EXTRA_IMAGE_FEATURES += "debug-tweaks"

Set the root password to '0penBmc'
Override this in your local.conf
inherit extrausers

This is the default password for the OpenBMC root user account (0penBmc)
salted and hashed with SHA512 suitable for /etc/shadow or usermod -p.
DEFAULT_OPENBMC_PASSWORD = "'$6$UGMqyqdG$GqTb3tXPFx9AJlzTw/8X5RoW2Z.100dT.acuk8AFJfNQYr.ZRL8itMIgLqsdq46RNHgiv78XayOSl.IbR4DFU.'"

EXTRA_USERS_PARAMS:pn-obmc-phosphor-image = "
usermod -p ${DEFAULT_OPENBMC_PASSWORD} root;
"