cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2375
Views
0
Helpful
2
Replies

How config SSH on 4507

peterbeckman
Level 1
Level 1

I want to configure SSH access on a 4507 using IOS 12.1.(13)EW. According to the c onfiguration guide this is supported but I see no details on how this is done. Also a search of CCO only gave me information for configuring SSH using CATOS. Does anyone know how to configure SSH access and prevent telnet access?

2 Replies 2

bcbvale
Level 1
Level 1

The following config will allow SSH and disable Telnet;

line vty 0 4

password mypass

login

transport input ssh

Keep in mind that if you are not using tacacs+ you will need to define usernames and passwords in your config also.

ChrisV

Thanks, that worked great once I set the crypto key. Does the crypto key get saved with the config or is that seperate? If seperate what is the command to save the crypto key?

Thanks again

Peter B