Hi I tried to compile openssh 3.3p1 on a linux 2.0.34 mips system. First I was not able to compile it at all, but then I added the following line to monitor_fdpass.c #define SCM_RIGHTS 0x01 Then it compiled fine, but I am not able to log in. After having entered the password I get the following message in the logfile: Jun 25 20:25:46 raq2 sshd[16129]: fatal: mm_receive_fd: expected type 1 got 269726544 Can anybody guess what that means or has somebody got openssh running on such an old system on similar hardware? Compression is turned off. Are there any configuration options I should try?
Erik Tews wrote:> Jun 25 20:25:46 raq2 sshd[16129]: fatal: mm_receive_fd: expected type 1 > got 269726544 > > Can anybody guess what that means or has somebody got openssh running on > such an old system on similar hardware? Compression is turned off. Are > there any configuration options I should try?Try "UsePrivilegeSeparation no". 3.3p1 works for me on 2.0.36/i386 with privsep off. With privsep on and compression off I get: mm_receive_fd: expected type 1 got 1074194385 -- Darren Tucker (dtucker at zip.com.au) GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On Wed, Jun 26, 2002 at 06:58:12PM +1000, Darren Tucker wrote:> Erik Tews wrote: > > Jun 25 20:25:46 raq2 sshd[16129]: fatal: mm_receive_fd: expected type 1 > > got 269726544 > > > > Can anybody guess what that means or has somebody got openssh running on > > such an old system on similar hardware? Compression is turned off. Are > > there any configuration options I should try? > > Try "UsePrivilegeSeparation no". 3.3p1 works for me on 2.0.36/i386 with > privsep off. > > With privsep on and compression off I get: > mm_receive_fd: expected type 1 got 1074194385That is exactly my problem, but I think the number is different. Is it somehow possible to get privilegeseparation running on 2.0.x, because I want to upgrade to minimize the impact of the upcoming exploit for openssh.