cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5349
Views
0
Helpful
3
Replies

Authentication Failed - Telnet (SSH Works Fine)

Marcus Olson
Level 1
Level 1

So I can SSH into my UC520 but I can't Telnet into it.  When I telnet in, if I type the wrong password it says Authentication Failed then asks me to try again. If I type the right password it stills says Authentication Failed then immediately disconnects me.

I've included all the configuration items that I figured would be relevant.  This is probably very simple.. but I'm lost as to what it would be.

aaa new-model
aaa authentication login default enable
aaa authorization exec default local
aaa accounting connection h323 start-stop group radius
aaa session-id common
gw-accounting aaa


username admin privilege 15 secret 5 thepassword1
username admineast privilege 15 password 0 thepassword2


line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
line vty 0 4
password thepassword1
transport input telnet ssh
transport output telnet ssh
line vty 5 100
transport input telnet ssh
transport output telnet ssh
!

3 Replies 3

Marcus Olson
Level 1
Level 1

I should also mention that if I try to connect from CCA 3.0 it says failed, closing CCA could not access via Telnet (wording may be off).  I can SSH fine into it though.

Although I'd still like to figure out what was wrong..   removing

aaa authorization exec default local

resolved the issue.  Previously I could ssh in and it would go straight to exec #,  no need to use enable.  After removing aaa authorization exec default local I now need to use enable when sshing in, but I can now also telnet in.

Hello ,Im having the same issue

aaa new-model

aaa authentication login default local

aaa authentication login Foxtrot_sdm_easyvpn_xauth_ml_1 local

aaa authentication login sdm_vpn_xauth_ml_1 local

aaa authorization network Foxtrot_sdm_easyvpn_group_ml_1 local

aaa session-id common

i was able to use cca  couple days ago and now its just stoped working

and im still able to telnet to it

any ideas ?