Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bwachter/supermicro-ipmi-key

Generate keys for supermicro IPMI
https://github.com/bwachter/supermicro-ipmi-key

Last synced: about 2 months ago
JSON representation

Generate keys for supermicro IPMI

Awesome Lists containing this project

README

        

* supermicro-ipmi-key

This is a script to easily generate keys for the supermicro IPMI interface, based on [[https://peterkleissner.com/2018/05/27/reverse-engineering-supermicro-ipmi/][the documentation published by Peter Kleissner]].

To generate a key, simply take the MAC address from the IPMI card (case doesn't matter), pass it as argument to the script, and paste the resulting key piece by piece into the activation web form:

#+BEGIN_SRC bash
> supermicro-ipmi-key AA:BB:CC:DD:EE:FF
6f87 4348 6895 ae6d ab2d b1ce
#+END_SRC

For any technical details please read Peters article.