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

how to configure cat 3750 to support ssh2

craig5571
Level 1
Level 1

hey,

I'm trying to configure, my catalyst 3750 to support sshv2 im running IOS c3750-ipbasek9-mz.122-25.SEB2.

what commands do I need to enter on the Switch? I got a pdf from cisco showing how to do it. but I don't quite understand it. Right now my switch is just using telnet. I want to configure it to support telnet, sshv1 or sshv2.

Also all the switches use tacacs as well

thanks alot!

1 Accepted Solution

Accepted Solutions

johansens
Level 4
Level 4

This should do it..

aaa new-model

username cisco secret cisco

hostname

ip domain name

crypto key generate rsa (this one is interactive)

line vty 0 4

transport input telnet ssh

SSHv1 or SSHv2 is dependant on which version of the IOS you use...

Check this document:

http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml

View solution in original post

2 Replies 2

Prashanth Krishnappa
Cisco Employee
Cisco Employee

I am not sure what document you are referring to, but here is a tech tip which has the commands

http://www.cisco.com/warp/public/707/ssh.shtml

johansens
Level 4
Level 4

This should do it..

aaa new-model

username cisco secret cisco

hostname

ip domain name

crypto key generate rsa (this one is interactive)

line vty 0 4

transport input telnet ssh

SSHv1 or SSHv2 is dependant on which version of the IOS you use...

Check this document:

http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml