On Tue, Nov 21, 2000 at 07:09:31AM -0500, Chris Los wrote:
>
> we're running sshd2 (SSH 2.0.13) on our system and it doesn't allow
> connections coming from windows clients using a ssh1 terminal emulator
> (Qvt secure term). Is there some way to get ssh1 clients to connect to
> the sshd2 server which is being run from inetd??? When they try to
> connect we get the following message in our authlog:
>
> Nov 20 18:15:39 poke sshd2[6048]: protocol version not supported:
> 'Illegal protocol version.'
>
you have to install a ssh1 server and enable
Ssh1Compatibility
Sshd1Path
in the server config file.
however, OpenSSH supports both protocol in a single binary.
-markus