Re: ssh disconnects due to corrupt packet (dropbear compiled with DEBUG_TRACE)

2017-10-12 Thread Hariharasubramanian Ramasubramanian
P $MAINPID StandardInput=socket KillMode=process - > > From: Matt Johnston <m...@ucc.asn.au> > To: Hariharasubramanian Ramasubramanian <hrama...@in.ibm.com> > Cc: dropbear@ucc.asn.au > Date: 10/11/2017 04:18 PM > Subject: Re: ssh disconnects due to corrupt pack

Re: ssh disconnects due to corrupt packet (dropbear compiled with DEBUG_TRACE)

2017-10-11 Thread Matt Johnston
Hi, It looks like you're running in from inetd and the TRACE output is ending up getting sent over the network socket. The length 1414676803 is 'TRAC' converted to ascii. I guess dropbear is running with "-E", or what is the configuration? That won't work, you'll need to log to syslog instead

ssh disconnects due to corrupt packet (dropbear compiled with DEBUG_TRACE)

2017-10-10 Thread Hariharasubramanian Ramasubramanian
I was observing occasional connection disconnect during session setup with dropber version 2016.74. I compiled dropbear (version 2016.74) with DEBUG_TRACE flag on (in debug.h) to help me debug these session setup errors.   However when I run dropbear with the -v switch, client fails to connect,