Geoff Kasten wrote...
> I am trying to use Secure CRT and telnet from a win98 machine to a UNIX
> box running ssh2 (2.0.13). I can ssh2 from a command line UNIX to UNIX,
> but when ever I try to connect using Secure CRT ssh2 to a UNIX box it
> gives me a code 11 error. Has anyone ever seen that?
Secure CRT only support the ssh1 protocol. Configure and install
ssh-1.2.27 on your Unix box, and you will be able to ssh in no problem.
Be sure to configure your ssh2 configuration to "Step down" to sshd1 when
it detects a connection from a version 1 client (This was discussed just
a few messages back)
josh