cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5205
Views
5
Helpful
4
Replies

Enabling SSH on edge switch C2960

farjad_feroz
Level 1
Level 1

Hi,

I am newbie in networking, I want to enable SSH, on the my edge switches model and SW image is given below

WS-C2960-24TT-L     C2960-LANBASE-M

WS-C2960-48PST-L    C2960-LANBASE-M

WS-C2960-48TC-L      C2960-LANBASEK9-M

Kindly refer me any configuration guide of cisco and ways to enable SSH since I came to know from a person that my switch model doesnt support SSH?

Thanks.

Regards,

Farjad

3 Accepted Solutions

Accepted Solutions

devils_advocate
Level 7
Level 7

The 2960 does support SSH but it depends on the IOS version you are running.

I think the K9 one above will do SSH but the other two probably won't.

You can check but typing #ip ssh ? in config mode and if you get 'Unrecognised Command' then it doesn't support it and you need to upgrade to an IOS which does.

Thanks

View solution in original post

cadet alain
VIP Alumni
VIP Alumni

Hi,

you need a crypto image for SSH support(k9).

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

View solution in original post

Hi,

configuring ssh is simple:

crypto key generate rsa modulus 1024

ip ssh version 2

and you're done, thenyou'll have to configure a local user and on your vty lines:

either login local or nothing if you have aaa new-model + aaa authentication login default local

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

View solution in original post

4 Replies 4

devils_advocate
Level 7
Level 7

The 2960 does support SSH but it depends on the IOS version you are running.

I think the K9 one above will do SSH but the other two probably won't.

You can check but typing #ip ssh ? in config mode and if you get 'Unrecognised Command' then it doesn't support it and you need to upgrade to an IOS which does.

Thanks

Kindly refer me any configuration guide of CISCO for upgrading IOS and for enabling SSH in K9 images.

Thanks alot

cadet alain
VIP Alumni
VIP Alumni

Hi,

you need a crypto image for SSH support(k9).

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

Hi,

configuring ssh is simple:

crypto key generate rsa modulus 1024

ip ssh version 2

and you're done, thenyou'll have to configure a local user and on your vty lines:

either login local or nothing if you have aaa new-model + aaa authentication login default local

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.
Review Cisco Networking for a $25 gift card