Operating System - HP-UX
1833187 Members
2806 Online
110051 Solutions
New Discussion

Re: How to verfify SSH1 or SSH2 ?

 
js_lou
New Member

How to verfify SSH1 or SSH2 ?

Hi,
I have a question:
My HP-UX
(Rx8640,11 )
/opt/ssh/etc/sshd_config file,
Protocal 2,1.
1, Does it means support SSH2 only or support
SSH1 and SSH2 both ?
2, If it's SSH1 ,how can I upgarde to SSH2
and use SSH2 only.
3, here's other info,
# ssh -V
OpenSSH_5.1p1+sftpfilecontrol-v1.2-
hpn13v5, OpenSSL 0.9.7m 23 Feb 2007
HP-UX Secure Shell-A.05.10.026, HP-UX
Secure Shell version

3 REPLIES 3
Horia Chirculescu
Honored Contributor

Re: How to verfify SSH1 or SSH2 ?

>Protocal 2,1.

This means that first, sshd would try to establish a SSHv2 connection and if it fails, it defaults to SSH v1

Horia.
Best regards from Romania,
Horia.
js_lou
New Member

Re: How to verfify SSH1 or SSH2 ?

Hi,

How can I only use SSH2 ?
Horia Chirculescu
Honored Contributor

Re: How to verfify SSH1 or SSH2 ?

You must specify that you would use only protocol 2, like in:

Protocol 2

Read manual page:

man sshd_config

Best regards,
Horia.
Best regards from Romania,
Horia.