ipmitool - IPMI password authentication -


i don't see option of password authentication @ ipmi channel 1 settings output. tried factory reset. can please let me know how can enable password authentication.

$ipmitool lan print 1  auth type support       : md2 md5 oem  auth type enable        : callback : md2 md5 oem                          : user     : md2 md5 oem                          : operator : md2 md5 oem                          : admin    : md2 md5 oem                          : oem      :  

your ipmi device not support password authentication. following line in ipmitool output lists of authentication types supported in device:

auth type support       : md2 md5 oem 

so authentication types none , password not supported. due security reasons because both of them rather bad choice authentication. nevertheless bmc firmware developer authentication type supported.

you can enable / disable authentication types supported device ipmitool:

# ipmitool lan set 1 auth user none # ipmitool lan print 1 ... auth type support       : none md5 auth type enable        : callback : md5                         : user     : none                         : operator : md5                         : admin    : md5                         : oem      : md5 ... 

but cannot set password or md2 because not supported in device.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -