cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
23675
Views
0
Helpful
1
Replies

how to enable SSH on the catalyst 2950

mferhai
Level 1
Level 1

Hi,

Could you tell me how to enable the SSH on the Catalyst 2950.

Thanks

1 Reply 1

paddyxdoyle
Level 6
Level 6

Hi,

Firstly make sure you have Catalyst 2950 Strong Cryptographic (3DES) Software on your switch

You need to create a domain name first on your switch

ip domain-name

Then you create your private key

crypto key generate rsa 1024

Once complete you can then SSH to the switch.

You can disable telnet on your VTY lines by using

line vty 0 4

transport input ssh

HTH

PD