From 04277a7c524eb663d0586c08ee077fea64a3e5ea Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 30 Apr 2019 01:53:56 +0300 Subject: extras data for ipmi --- web/ipmi/index.html | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 web/ipmi/index.html (limited to 'web/ipmi') diff --git a/web/ipmi/index.html b/web/ipmi/index.html new file mode 100644 index 00000000..3471706e --- /dev/null +++ b/web/ipmi/index.html @@ -0,0 +1,72 @@ + + + + + + + + Pi-KVM IPMI Info + + + + + + + + + + + + + + + + + + + + +
+
+ +   ←   [ Pi-KVM Index ] + +
+

+ This Pi-KVM device has running kvmd-ipmi daemon and provides IPMI 2.0 port (default 623) + for some basic BMC operations like on/off/reset for the server. +

+

+ WARNING! We strongly don't recommend you to use IPMI in untrusted networks because + this protocol is completely unsafe by design. In short, the authentication process for IPMI mandates + that the server send a salted SHA1 or MD5 hash of the requested user's password to the client, + prior to the client authenticating. +

+

+ NEVER use the same passwords for KVMD and IPMI users. And even better not to use IPMI. + Instead, you can directly use KVMD API via curl. We gave here some examples for this: +

+
+
+
+ + -- cgit v1.2.3