02-10-2011 08:44 PM - edited 03-04-2019 11:23 AM
HI,
SSH is not working in Cisco 7206 VXR Router. I have configure
Hostname
Ip Domain name
Crypto key generate RSA
IN Line VTY 0 4
transport input preferred SHH
transport input telnet SHH
But stll it is not working. I am getting invalid crc recieved in packet.
Current IOS running is 12.3 (19) Enterprise 3des
Regards,
Ajith
02-10-2011 10:35 PM
Hello
try to add
username xxxxxx pasword xxxxxxx
enable secret xxxxx
line vty 0 4
login local
02-10-2011 10:37 PM
Check the SSH version (how many RSA bits are you generating?)
Check the cabling and NICs
Trry running a newer IOS version
02-10-2011 11:27 PM
Hi Ajith,
Please configure like below in your router to enable SSH.
Configure the Hostname on the Switch or Router
Router(config)# hostname MyRouter
Configure the Domain name for the Cisco Switch or Router
MyRouter(config)# ip domain-name MyDomain
Generate a RSA Key Pair
MyRouter(config)# crypto key generate rsa
Set the SSH Negotiation phase timeout interval (in seconds)
MyRouter(config)# ip ssh time-out 120
Set the Maximum retry attempts
MyRouter(config)# ip ssh authetication-retries 3
To change the default port for SSH (default is 22) connection
MyRouter(config)# ip ssh port 3536
MyRouter(config)# line vty 0 4
MyRouter(config)# transport input ssh
MyRouter# wr mem
To see the status of the SSH on the Cisco switch or the router
MyRouter# show ip ssh
SSH Enabled – version 1.5
Authentication timeout: 120 secs; Authentication retries: 3
To view the status of SSH connections
MyRouter# show ssh
Connection Version Encryption State Username
0 1.5 3DES Session Started guest
Hope this will help you.
Please rate the helpfull posts.
Regards,
Naidu.
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