01-11-2007 10:39 AM - edited 03-05-2019 01:44 PM
I just purchased a 3845 router and I am trying to find out how to make sure the router is running ssh v2 and if not what the command is to make it run that version.
Thanks
Pete
01-11-2007 10:53 AM
From the CLI-
CORE#show ip ssh
SSH Enabled - version 1.99
Authentication timeout: 60 secs; Authentication retries: 3
CORE#
This is running version 1. To enable version 2, go into config mode and enter-
CORE(enable)#ip ssh version 2
CORE(enable)#end
CORE#show ip ssh
SSH Enabled - version 2.0
Authentication timeout: 60 secs; Authentication retries: 3
CORE#
HTH and please rate.
01-11-2007 10:55 AM
Petros
To check the version use the command: "show ip ssh". If it is not running version 2, you can use the command: "ip ssh version 2" (assuming that the router is running a version of code that supports version 2). If the code you are running does not support version 2 (I believe it requires 12.3T or 12.4) then you obviously must upgrade code to get to version 2.
HTH
Rick
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