Aug 29, 2007 #1 drewdown IS-IT--Management Joined Apr 20, 2006 Messages 657 Location 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 Joined Apr 20, 2006 Messages 657 Location US NEVERMIND! Same way as you would do it on a 3750! Thanks! Upvote 0 Downvote
Aug 29, 2007 #3 zeroinfin Instructor Joined Aug 28, 2007 Messages 7 Location 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 Joined Apr 20, 2006 Messages 657 Location US Thanks! Upvote 0 Downvote