ssh 'connection reset by peer' problem since 5.8p1

Cyrille Lefevre cyrille.lefevre-lists at laposte.net
Thu Feb 17 08:35:34 EST 2011


Le 16/02/2011 14:52, Oren Held a écrit :
>> Could you please collect both server and client side debug output?
>> (note that you'll need to use sshd -ddde to make sure you get all
>> the server output on stderr)

on the server side, binding to IPv6 seems to be ok.

debug1: Bind to port 2222 on ::.
Server listening on :: port 2222.

but why can't you bind to port 2222 IPv4 ?

debug1: Bind to port 2222 on 0.0.0.0.
Bind to port 2222 on 0.0.0.0 failed: Address already in use.

could you try another port or kill the other process waiting on this 
port and try again ?

your client side try to connect to IPv4 which isn't listenning, so the 
connexion is dropped.

debug1: Connecting to blade-8.ps [9.151.146.103] port 2222.

try ssh -6 if possible.

Regards,

Cyrille Lefevre
-- 
mailto:Cyrille.Lefevre-lists at laposte.net




More information about the openssh-unix-dev mailing list