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

SSH

I want to install ssh access to all equipments in my network. I have found how to do it on routers, but, can I do it in switches too?

Can you tell me where there are a list of equipments that allow ssh access and not?

TIA

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

Switches running crypto code from 6.1 onwards should have SSH code in them. Do the following to enable it:

> set cry key rsa 1024

> set ip permit

> set ip permit enable ssh

You cna also disable Telnet access with:

> set ip permit disable telnet

Verify with:

> show ip permit

The above is the networks/hosts that you want to allow to SSh into this switch. You can have as many as these lines as you need.

I don't believe we have a specific list of stuff that allows SSH though, sorry.