Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwachter/supermicro-ipmi-key
Generate keys for supermicro IPMI
https://github.com/bwachter/supermicro-ipmi-key
Last synced: 15 days ago
JSON representation
Generate keys for supermicro IPMI
- Host: GitHub
- URL: https://github.com/bwachter/supermicro-ipmi-key
- Owner: bwachter
- Created: 2018-08-22T08:29:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T08:56:21.000Z (about 6 years ago)
- Last Synced: 2024-08-01T15:08:42.844Z (3 months ago)
- Language: Perl
- Size: 0 Bytes
- Stars: 244
- Watchers: 18
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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_SRCFor any technical details please read Peters article.