cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2561
Views
8
Helpful
2
Replies

SSH Server Version

alatzas
Level 1
Level 1

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

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

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.

Richard Burts
Hall of Fame
Hall of Fame

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

HTH

Rick