09-26-2023 04:06 PM
Hello, I have a remote company that lost their AnyConnect password to get into our VPN. This hasn't been touched in years and I only have CLI access at this time. Any idea on this error message and how to get around it? I tried using a password that was 33 characters, upper, lowercase, numbers and special character and still got this error message. Any suggestions?
(config)# username remote_user_1 password password123! pbkdf2
ERROR: Malformed pbkdf2 hash
Solved! Go to Solution.
09-28-2023 04:34 AM
Hi @erics08,
If you want to input username/password in this format, system expects to get hashed password, usually in form $sha512$5000$some_random_characters==.
If you want to reset password and input something manually, then you need to use "username remote_user_1 password password123!", without pbkdf2 keyword.
Kind regards,
Milos
09-27-2023 12:05 AM
- FYI : https://bst.cloudapps.cisco.com/bugsearch?pf=prdNm&kw=Malformed%20pbkdf2%20hash&bt=custV&sb=anfr
M.
09-28-2023 04:34 AM
Hi @erics08,
If you want to input username/password in this format, system expects to get hashed password, usually in form $sha512$5000$some_random_characters==.
If you want to reset password and input something manually, then you need to use "username remote_user_1 password password123!", without pbkdf2 keyword.
Kind regards,
Milos
09-28-2023 05:20 AM
@Milos_Jovanovic Thank you, that worked.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide