- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2011 10:51 PM - edited 03-04-2019 11:11 AM
I configured the below in IOS ver 12.4(5a) is working fine (able login using Putty) , but the same configuration is not working in IOS ver 15.0(1)M2 (Not able to login using Putty)
hostname hostname
ip domain-name domainname
crypto key generate rsa
ip ssh time-out 120
line vty 0 4
password password
transport input all
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 12:07 AM
Hello, what type of authentication do you use : local or aaa ? Maybe it is an AAA authentication problem, because the SSH configuration seems OK for me.
Youssef
P.S : try to connect from another terminal or from a router.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 12:07 AM
Hello, what type of authentication do you use : local or aaa ? Maybe it is an AAA authentication problem, because the SSH configuration seems OK for me.
Youssef
P.S : try to connect from another terminal or from a router.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 05:37 AM
Thanks
Ur reply was very usefull. I tried from a router to that router. It is working.
then the problem identified in firewall settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 03:46 AM
try this
username admin password cisco123
line vty 0 4
login local
then login using admin, cisco123
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 04:33 AM
Hi,
for ssh you must use a username/password so as previous poster said you must have a user on local database or on a tacacs+/radius server
and use login local command if username on local router.
Regards.
Alain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 05:34 AM
Thanks All,
The problem was with firewall settings. The ssh protocol was blocked in my firewall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2011 05:42 AM
You're welcome !!!
