11-15-2021 01:02 AM
Hi Guys,
I have been asked to permit another user ssh access to the prime CLI (Prime 3.9) but only Admin permits this. I have tried to make a new local user and i just selected all options as a test but i still get access denied when trying to ssh to the prime box. Does anyone know how to allow this?
Solved! Go to Solution.
11-15-2021 01:46 AM
WebGui admin and command level admin are different. ( never tried adding new user in cli anotehr admin, since we use external authentication, only use admin as fall back)
But loging to command level
try below :
config t
username balajibandi password hash TestingPI123$$$ role network-admin
11-15-2021 01:46 AM
- What command did you try - should look like something like this (from config mode) :
(config) username username password role {admin|user} password
M.
11-15-2021 01:46 AM
WebGui admin and command level admin are different. ( never tried adding new user in cli anotehr admin, since we use external authentication, only use admin as fall back)
But loging to command level
try below :
config t
username balajibandi password hash TestingPI123$$$ role network-admin
11-15-2021 01:46 AM
- What command did you try - should look like something like this (from config mode) :
(config) username username password role {admin|user} password
M.
11-15-2021 01:55 AM
Thanks both. I have created a new user in the cli like the examples above. Tried Network admin, sec admin and even user. The user previously used this in 3.6 to configure AP's via a script.
11-15-2021 01:58 AM
Got it now guys, my password needed to be longer to match the security requirements.
11-15-2021 02:08 AM
yes 3.9 be strict depends on what policy you have, you can change show run ( you can view that policy, glad all good)
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