05-29-2025 12:52 PM
I need to create SSH/console logins as a backup to GUI.
exit
Solved! Go to Solution.
05-29-2025 01:12 PM
You're doing this correctly, but two things come to mind.
1:
When you're adding the user, are you using the "password hash $6$....." method, or are you adding the user using "password plain <cleartext> .. " ?
If you're pasting a hash directly, consider adding using a plain password (ISE will convert it) to verify that there are no issues with the provided hash.
2:
The username is case sensitive, so if your username is EstevanAD you need to SSH in with EstevanAD (and not estevanad)
05-29-2025 01:12 PM
You're doing this correctly, but two things come to mind.
1:
When you're adding the user, are you using the "password hash $6$....." method, or are you adding the user using "password plain <cleartext> .. " ?
If you're pasting a hash directly, consider adding using a plain password (ISE will convert it) to verify that there are no issues with the provided hash.
2:
The username is case sensitive, so if your username is EstevanAD you need to SSH in with EstevanAD (and not estevanad)
06-02-2025 12:32 PM
That was it, I used the plain password instead of hash and it worked.
Thank you sir!
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