chris-(E-Mail Removed) wrote:
> What happens when you telnet from this Windows client to the server on
> port 22? For example, "telnet debianserver 22".
Dominique Gibon <(E-Mail Removed)> wrote:
> Server response:
> # SSH=2.0-OpenSSH_3.8.1p1. Debian-8.sarge.4
> # Protocol mismatch
> This does not strike me as strange; with telnet on port 22 ?
The point of this exercise was to confirm that the Windows PC could
successfully connect to an SSH daemon on your Debian server.
I agree with you that the Protocol Mismatch is to be expected; that's
fine.
> /var/log/ auth.log entry: localhost sshd[3976]: Bad protocol version
> identification '' from ::ffff:192.168.0.2
Good. This shows that the server really is seeing a connection from the
client.
However, this also shows that at least your server is talking IPv6; the
equivalent message on my IPv4-only system is this:
sshd[2686]: Bad protocol version identification '' from 127.0.0.1
Maybe that's the problem - your Windows and Debian systems are talking
IPv6, but SecureCRT doesn't understand IPv6?
Chris