Operating System - Linux
1753500 Members
4156 Online
108794 Solutions
New Discussion юеВ

Re: SSH Version Protocol version 1 or 2 ?

 
Sac77
Advisor

SSH Version Protocol version 1 or 2 ?

Hi Guys,

How can i identify which ssh protocol version am i using -

Please see the below version command o/p -

dev [/]#ssh -V
OpenSSH_4.5p1+sftpfilecontrol-v1.1-hpn12v14, OpenSSL 0.9.7l 28 Sep 2006
HP-UX Secure Shell-A.04.50.010, HP-UX Secure Shell version

Also how can i upgrade from protocol version 1 to 2 ??
3 REPLIES 3
avizen9
Esteemed Contributor

Re: SSH Version Protocol version 1 or 2 ?

you need to download latest version of openssh rpm
can you let me know your os version? thanks,
Sac77
Advisor

Re: SSH Version Protocol version 1 or 2 ?

HPUX 11.23
smatador
Honored Contributor

Re: SSH Version Protocol version 1 or 2 ?

Hi,
the ssh client-server architecture supports the SSH-1 and SSH-2 protocols
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

http://www.openssh.org/manual.html
look for protocol version 2 in sshd_config
change the parameter and restart sshd
Regards