07-11-2005 11:01 AM - edited 03-02-2019 11:21 PM
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!
Solved! Go to Solution.
07-11-2005 01:13 PM
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
07-11-2005 11:23 AM
I am not sure what document you are referring to, but here is a tech tip which has the commands
07-11-2005 01:13 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide