On Tue, Feb 24, 2004 at 11:25:35AM +0000, Chris Green chris@areti.co.uk wrote:
I'm wondering if it's an incompatibility between the client ssh (most of the ones I'm trying are OpenSSH version 3.4.x) and the server ssh which reports itself as SSH Version 2.0.13.
Ow, that's old ! Have you tried to start the sshd server in debugging mode ? You can easily do something like sshd -p 2222 -d -d -d -D. It usually helps a lot to save problems.
Lucas