[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SSH/whatever issue
From: |
Samuel Thibault |
Subject: |
Re: SSH/whatever issue |
Date: |
Mon, 4 Aug 2008 10:36:18 +0100 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
Hello,
Thomas Schwinge, le Mon 04 Aug 2008 11:03:11 +0200, a écrit :
> tschwinge@zenhost:~ $ nc 192.168.10.62 22
> SSH-2.0-OpenSSH_5.1p1 Debian-2
> tschwinge@zenhost:~ $ ssh 192.168.10.62
> Connection closed by 192.168.10.62
> Is this some Xen networking oddity?
Nope, Xen just uses a linux bridge.
> (But why can nc connect?)
It looks to me like the problem may be on the ssh protocol side, i.e.
the ssh client gets the server banner too, but then something happens
and the server closes the connection.
Samuel