Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Michael Butler
On 10/9/18 3:18 PM, Dag-Erling Smørgrav wrote: > Michael Butler writes: >> Marek Zarychta writes: >>> I have connected serial console to affected box and upgraded system >>> from patched sources. I am sorry to say that this patch doesn't >>> solve the issue for 32-bit ARM (RPi2). Still sshd

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Dag-Erling Smørgrav
Michael Butler writes: > Marek Zarychta writes: > > I have connected serial console to affected box and upgraded system > > from patched sources. I am sorry to say that this patch doesn't > > solve the issue for 32-bit ARM (RPi2). Still sshd terminates session > > with the error "fatal:

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Michael Butler
On 10/9/18 1:43 PM, Marek Zarychta wrote: > W dniu 09.10.2018 o 01:28, Dag-Erling Smørgrav pisze: >> Please try the attached patch. I expect it to fix i386. If it also >> fixes arm32, all the better, although I don't quite see why it would. > > I have connected serial console to affected box

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Marek Zarychta
W dniu 09.10.2018 o 01:28, Dag-Erling Smørgrav pisze: > Please try the attached patch. I expect it to fix i386. If it also > fixes arm32, all the better, although I don't quite see why it would. I have connected serial console to affected box and upgraded system from patched sources. I am sorry

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Dag-Erling Smørgrav
Please try the attached patch. I expect it to fix i386. If it also fixes arm32, all the better, although I don't quite see why it would. DES -- Dag-Erling Smørgrav - d...@des.no Index: crypto/openssh/sshbuf-getput-basic.c === ---

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Dag-Erling Smørgrav
Marek Zarychta writes: > Michael Butler writes: > > With an i386 system, ssh sessions to the updated sshd fail with: > > > > sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed > > [preauth] > > > > This is reproducible on both real hardware and in a VM running an i386 > >

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Marek Zarychta
On Mon, Oct 08, 2018 at 02:43:32PM -0400, Michael Butler wrote: > With an i386 system, ssh sessions to the updated sshd fail with: > > sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed > [preauth] > > This is reproducible on both real hardware and in a VM running an i386 >

SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Michael Butler
With an i386 system, ssh sessions to the updated sshd fail with: sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed [preauth] This is reproducible on both real hardware and in a VM running an i386 build, imb ___