mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
12 lines
524 B
Plaintext
12 lines
524 B
Plaintext
# This file describes the credentials for IPMI users in format "login:password",
|
|
# one per line. The passwords are NOT encrypted.
|
|
#
|
|
# WARNING! IPMI protocol is completely unsafe by design. In short, the authentication
|
|
# process for IPMI 2.0 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.
|
|
# This default configuration is shown here just for the example only.
|
|
|
|
admin:admin
|