Hello,

How do I get openssh to handle both ssh1 and ssh2 ?
It implies on the website that this is possible, but the sshd man page is
a bit vague and I can't find anything in the archives on this.

I've tried starting it like so:

/local/sbin/sshd &    

This works for fine for ssh1 clients ( Tera Term Pro) to connect, as
expected.

However I've tried 

/local/sbin/sshd -V 2  
/local/sbin/sshd -V 1,2  

But with either of these neither a ssh1 client (tera term pro) nor the
Windows SSH.COM ssh2 client will connect. The logs say:

sshd[2103]: fatal: Bad protocol version identification: 2

Also if I telnet to localhost 22 it immediatly disconnects with 

Escape character is '^]'.
Protocol mismatch.
Connection closed by foreign host.

What version numbers should I be specifying in order to handle both
protocols ? Is it possible to get the SSH.COM windows client to work with
an OpenSSH 2.3.0 server ?

Thanks,

Paul

Reply via email to