In your /etc/ssh/sshd_config file the Protocol line needs

Protocol 2,1

Thus, it will try protocol version 2 first, then 1.

Jason

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paul
> Reilly
> Sent: Tuesday, December 05, 2000 10:45 AM
> To: [EMAIL PROTECTED]
> Subject: openssh 2.3.0p1-4 with RH 7
> 
> 
> 
> 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