cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2169
Views
0
Helpful
3
Replies

SSH is not working

smartboy2255
Level 1
Level 1

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

3 Replies 3

ruslanbelov
Level 1
Level 1

Hello

try to add

username xxxxxx pasword xxxxxxx

enable secret xxxxx

line vty 0 4

login local

Check the SSH version (how many RSA bits are you generating?)

Check the cabling and NICs

Trry running a newer IOS version

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.

Review Cisco Networking for a $25 gift card