Skip to content

Conversation

@jason-ni-0
Copy link

Adds a passwordfile config option to read passwords from external files instead of storing them inline, mostly motivated by security reasons. If both password and passwordfile are defined, passwordfile takes precedence with a warning logged.

Example in cf file:

console myserver {
    type ipmi;
    host host1;
    username admin;
    passwordfile /path/to/password;
    master localhost;
}

Let me know if an alternative way to do this is exists/preferred, thanks for looking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant