[Ilugc] regarding ssh

  • From: logulinux@xxxxxxx (Logu)
  • Date: Wed May 31 15:27:31 2006


Hi all
How to know the version of ssh?

when i gave the command #ssh -V the output is  as below.
[root@localhost root]# ssh -V
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
[root@localhost root]#
What does the output mean ,  Is it version 1 or 2 ?
pl help me.

openssh is an opensource implementation of SSH protocol 1 and 2. It is being 
developed for openbsd and a separate portable version for other platforms

The product name is : openssh
Its version is: 3.5p1  (p1 stands for portable version 1)

This supports both SSH protocol 1 and 2  ( The protocol versions 1.5 and 
below are considered SSH protocol 1)

Openssh uses libcrypto from openssl and hence its version is also given.

-Logu

Other related posts: