05-16-2013 10:20 AM - edited 03-10-2019 08:26 PM
Hello All,
I have an 1841 that was working fine - I could SSH to it with my Radius login and console into it with local credentials ("Fred").
I added another use ("Mike") with priv 15 so the end user could log in locally via console if needed.
After that, we can both log in via console, but when we try to enter privileged mode we get "% Error in Authentication", before even entering the password.
I can still log in via Radius SSH with no problems and access privilege mode via SSH.
What am I missing so we can have two different users be able to log in locally with different credentials and access privileged mode, and keep my ssh radius working?
Relevant snipets of config are below.
Thanks a ton,
Martin
aaa new-model
!
!
aaa authentication login default local
aaa authentication login RSA group radius local
aaa authorization exec RSA group radius local
!
aaa session-id common
!
!
username Fred privilege 15 password 7 12490333410D5F0A6E78
username Mike privilege 15 password 7 1209040401485D5679
radius-server host x.x.x.x auth-port 1645 acct-port 1646 timeout 10 key 7 ****************
line con 0
session-timeout 5
line aux 0
session-timeout 5
line vty 0 4
session-timeout 5
privilege level 15
authorization exec RSA
login authentication RSA
transport input ssh line con 0
session-timeout 5
line aux 0
session-timeout 5
line vty 0 4
session-timeout 5
privilege level 15
authorization exec RSA
login authentication RSA
transport input ssh
05-16-2013 10:33 AM
You need to make a change
line con 0
privilege level 15
Jatin Katyal
- Do rate helpful posts -
05-16-2013 11:22 AM
OK, Thanks. I did not think of that.
I made the change, and I'll have the user try.
Thanks again -
Martin
05-16-2013 11:27 AM
sure!!!
Jatin Katyal
- Do rate 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