How to generate a pre-hashed sha2 password #565
Unanswered
msilveirabr
asked this question in
Q&A
Replies: 2 comments 1 reply
-
have you tried to use |
Beta Was this translation helpful? Give feedback.
1 reply
-
plugin_auth_string for caching_sha2_password takes in a cleartext password, at least in my experience. Use ansible-vault or another plugin and provide the password from outside the playbook as a variable so it's not sitting in plaintext on the playbook. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
How can we use a pre-generated hash password to use with this combination:
The closest content to an answer I could find was this : hashcat/hashcat#2305
But I have no idea (yet) on how to accomplish this...
BTW is it really necessary to create the hash as described in the mentioned url?
Beta Was this translation helpful? Give feedback.
All reactions