cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2534
Views
17
Helpful
7
Replies

9800 SSH issue

id404
Spotlight
Spotlight

The local user level is 15, but after ssh login I still need to enter the enable password, is there any way to ssh login without entering the enable password?

 

username tempuser privilege 15 password 7 XXXXXXXXXXXX

line vty 0 4
privilege level 15
length 0
transport input ssh
line vty 5 15
privilege level 15
transport input ssh

 

9800-ssh.gif

1 Accepted Solution

Accepted Solutions

JPavonM
VIP
VIP

Have you tried adding this?

aaa new-model
aaa authentication login default local

aaa authorization exec default local

HTH
-Jesus
*** Please rate helpful responses ***

View solution in original post

7 Replies 7

Sandeep Choudhary
VIP Alumni
VIP Alumni

Hi,

 

I am having this setting and its not asking enable password while login using ssh.

 

line vty 0 4
length 0
transport input ssh
transport output ssh
line vty 5 15
transport input ssh
transport output ssh

 

Regards

Dont forget to rate helpful posts

Referring to the gif I just uploaded, I need to enter the enable password on my device

JPavonM
VIP
VIP

Have you tried adding this?

aaa new-model
aaa authentication login default local

aaa authorization exec default local

HTH
-Jesus
*** Please rate helpful responses ***

Have tried, but nothing works9800-ssh.gif

You did not show your aaa config - did you do what @JPavonM suggested?

No need to set priv on the VTY, that comes from aaa and user config.

 

In my case of lack of access through SSH, I could call port 22, but the admin user did not have CLI access, and these commands solved my problem, thank you very much.

Arshad Safrulla
VIP Alumni
VIP Alumni

If you are not using any TACACS or Radius servers for admin authentication and authorization you can disable aaa in the WLC.

!

no aaa new-model

line vty 0 15

 tran input ssh

 login local

!

if you are using AAA new model, then you can follow @JPavonM . In case you are using named auth lists, then you need to call it under the line vty. 

!

line vty 0 15
authorization exec ISE-TACACS-AUTHORIZATION
login authentication TISE-TACACS-AUTHENTICATION
transport input ssh

!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card