1819537 Members
1613 Online
109603 Solutions
New Discussion юеВ

SSH version

 
SOLVED
Go to solution
M. Tariq Ayub
Regular Advisor

SSH version

Hi,

I am using ssh for login. the version information i am getting from swlist is
T1471AA A.03.10.002 HP-UX Secure Shell

Itried to download new version of ssh from Hp software but found that the latest version is 03.81. I am littlebit confused. How can i find out about the version.

Some auditing report shows that i am using version less then 3.4
2 REPLIES 2
Michael Tully
Honored Contributor

Re: SSH version

SSH 3.10 is an older version. There has been many versions since then. 3.81 is the latest version from:

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

and the porting centre:

http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.7.1p2/

If you found the source code you might the version history.
Anyone for a Mutiny ?
Con O'Kelly
Honored Contributor
Solution

Re: SSH version

Hi

Use the following to confirm your version of ssh:
$ ssh -V

Cheers
Con