- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 04:35 AM - edited 03-08-2019 10:22 AM
while accessing 2810 router using ssh from putty using windows 8.1.
after giving username at login as option, when it ask for password for user, I am entering the correct password but it is giving access denied.
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 06:15 AM
Hi
It could be a problem with privileges.
Have You enabled the telnet to login to the device or console? try with:
username cisco privile 15 pass Cisco1
Also try this command and configure the key again
crypto key zeroize rsa
crypto key generate rsa (enter and type 1024)
no aaa new-model
line vty 0 15
transport input ssh
login local
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 06:20 AM
You are welcome,
Please change the version to 2
ip ssh version 2
also include these command lines:
no aaa new-model
line vty 0 15
transport input ssh
login local
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 06:15 AM
Hi
It could be a problem with privileges.
Have You enabled the telnet to login to the device or console? try with:
username cisco privile 15 pass Cisco1
Also try this command and configure the key again
crypto key zeroize rsa
crypto key generate rsa (enter and type 1024)
no aaa new-model
line vty 0 15
transport input ssh
login local
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 06:17 AM
Hi Julio,
Firstly thank u for ur reply.
I have enabled ssh with privileged level 15 already for the user.
here m sharing what I did exactly.
after setting the hostname and domain-name, I created a user with privileged level 15.
crypto key generate rsa then
line vty 0 4
transport input ssh
but while accessing, its giving denied after entering the password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 06:20 AM
You are welcome,
Please change the version to 2
ip ssh version 2
also include these command lines:
no aaa new-model
line vty 0 15
transport input ssh
login local
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2017 08:56 PM
Thank you so much Julio.
Its Done :)
