04-27-2010 05:26 PM - edited 03-06-2019 10:50 AM
Hi! i create somes users with level 15 of privilege but i can only access with the admin user using ssh, telnet o http service. When i try using other users i can not access. Thank
Solved! Go to Solution.
04-27-2010 07:38 PM
have you enabled telnet ssh under the vty lines:
line vty 0 4
exec-timeout 60 0
privilege level 15
password damian
login local
length 35
transport input telnet ssh
And try again.
04-27-2010 10:40 PM
Hi! i create somes users with level 15 of privilege but i can only access with the admin user using ssh, telnet o http service. When i try using other users i can not access. Thank
Hi,
Check out the below link on local database configuration for line vty ,ssh etc.
Hope to Help !!
Ganesh.H
Remember to rate helpful post
04-27-2010 06:31 PM
Damian,
Is this an IOS router, switch?
Do you have the SSH, telnet, HTTP services authenticating against the local database?
Federico.
04-27-2010 06:45 PM
Is a switch (2960), how can i associate the users with the local database?
Thank
04-27-2010 07:20 PM
Hi Damian,
If you create a user name without using a any authentication server it will be assassinated with a local database:
example:
username damian privilege 15 password damian123
This will give full privilege to the switch
HTH
Reza
04-27-2010 07:32 PM
OK, but my problem is that the user can not log in using ssh, telnet or http.
04-27-2010 07:38 PM
Aside from creating the internal user database, you need to check that the SSH, HTTP, telnet, ect authentication is defined
to use local authentication.
For example, for HTTP you need:
ip http authentication local
For SSH and telnet you have to reference the lines vty to local authentication as well.
Federico.
04-27-2010 07:38 PM
have you enabled telnet ssh under the vty lines:
line vty 0 4
exec-timeout 60 0
privilege level 15
password damian
login local
length 35
transport input telnet ssh
And try again.
04-27-2010 10:40 PM
Hi! i create somes users with level 15 of privilege but i can only access with the admin user using ssh, telnet o http service. When i try using other users i can not access. Thank
Hi,
Check out the below link on local database configuration for line vty ,ssh etc.
Hope to Help !!
Ganesh.H
Remember to rate helpful post
09-23-2010 09:07 AM
I try but the command "login local" does not exist.
I have
Ports Model SW Version SW Image
WS-C2960-24TC-L 12.2(35)SE5 C2960-LANBASEK9-M
I can not add a user with the same priv than admin.
Thanks
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