07-31-2014 09:20 AM - edited 03-11-2019 09:33 PM
I've been asked to add a user to our asa 5520 firewall with privilege level 5.
how should I do this? I did:
username test password blah privilege 5
but when they ssh to it they just get to the > prompt. How can they enable without giving them the enable password? I assume this is what they would need to show run?
07-31-2014 11:13 AM
I think you will find solution(s) to your problem here:
Thank you for rating helpful posts!
08-01-2014 08:19 AM
thanks.
At the moment sh run aaa shows this:
aaa authentication ssh console LOCAL
If I create a user with privilege 1 and they ssh in then type in login and enter their username and password they can make any changes they like and write mem?? That can't be right!
Is this because of aaa authentication ssh console LOCAL ?
07-31-2014 11:35 AM
07-31-2014 01:43 PM
Sorry I wasn't paying attention and did not notice that you are asking about ASA :) Can you post the output of the following command:
show run aaa
You need to have a few commands in place to make this work on the ASA. For instance, the following syntax would authenticate and authorize the user admin to priv level 15. Now keep in mind that the user will have to login with the configured username and password. Then the user would have to type enable and use the same configured password to be authorized and allowed in the exec shell:
username admin password cisco privilege 15 ! aaa authentication serial console LOCAL aaa authentication enable console LOCAL aaa authorization exec LOCAL
Thank you for rating helpful posts!
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