Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot configure SSH on Cisco 1841

Status
Not open for further replies.

gmail2

Programmer
Jun 15, 2005
987
IE
Hi All

I want to configure SSH on a newly installed Cisco 1841 router. I've tried to configure it using various instructions on the net (all pretty much the same) but the crypto command does not exist. Does this men the device is missing a package ? I've done a show tech-support and searched for 3DES but it's not in there.

Unfortunatley it's so long since I've done any cisco stuff, I've forgotten what little knowledge I had !! Can anybody assist at all ?

Thanks in advance !

Irish Poetry - Karen O'Connor
Irish Poetry and Short Stories - Doghouse Books
Garten und Landschaftsbau
 
You need to upgrade the IOS to a crypto image (will have "k9" in the image name).

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Burt has said it all , download an image with a K9 in it which is the crypto version which supports SSH.


c1841-advipservicesk9-mz.150-1.XA.bin
 
As Burt said maybe you need an IOS with IPSEC,please post a "show ver" of your present IOS so we can verify.The below is the minimum conf to get SSH running.

conf t
ip domain name "yourname.com"
crypto key generate rsa
1024
line vty 0 4
transport input ssh
or
transport input all


Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top