Aug 29, 2007 #1 drewdown IS-IT--Management Apr 20, 2006 657 US Trying to configure SSH on these pile but not having any luck. Can someone point me in the right direction on how to get it working?
Trying to configure SSH on these pile but not having any luck. Can someone point me in the right direction on how to get it working?
Aug 29, 2007 Thread starter #2 drewdown IS-IT--Management Apr 20, 2006 657 US NEVERMIND! Same way as you would do it on a 3750! Thanks! Upvote 0 Downvote
Aug 29, 2007 #3 zeroinfin Instructor Aug 28, 2007 7 US Here is what you do there are a couple things. Enable config t crypto key generate rsa 2048 (true ssh2 if you want ssh 1 1024) ip ssh version 2 username blah secret blah line vty 0 4 transport preferred ssh exec-time 60 0 exit There you are a walk thru for ssh version 2 Zeroinfin Upvote 0 Downvote
Here is what you do there are a couple things. Enable config t crypto key generate rsa 2048 (true ssh2 if you want ssh 1 1024) ip ssh version 2 username blah secret blah line vty 0 4 transport preferred ssh exec-time 60 0 exit There you are a walk thru for ssh version 2 Zeroinfin
Aug 29, 2007 Thread starter #4 drewdown IS-IT--Management Apr 20, 2006 657 US Thanks! Upvote 0 Downvote