bugzilla-daemon at mindrot.org
2002-Jun-23 10:31 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 ------- Additional Comments From dtucker at zip.com.au 2002-06-23 20:31 ------- Disabling PrivSep (add "UsePrivilegeSeparation no" to sshd_config) should get it working on 2.2 kernels. 3.3p1 defaults PrivSep to on. Previous releases (that supported it) defaulted to off. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Niels Provos
2002-Jun-23 13:58 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
On Sun, Jun 23, 2002 at 08:31:37PM +1000, bugzilla-daemon at mindrot.org wrote:> ------- Additional Comments From dtucker at zip.com.au 2002-06-23 20:31 ------- > Disabling PrivSep (add "UsePrivilegeSeparation no" to sshd_config) should get it > working on 2.2 kernels. > > 3.3p1 defaults PrivSep to on. Previous releases (that supported it) defaulted to > off.Turn compression off in the server.
bugzilla-daemon at mindrot.org
2002-Jun-23 17:28 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 ------- Additional Comments From mouring at eviladmin.org 2002-06-24 03:27 ------- The issue is mmap() on Linux 2.2 kernel does not support any of the useful options in order to allow PrivSep and Compression at the same time. Either disable privsep (like what dtucker@ said) or change 'Compression yes' to 'Compression no'. There is a patch being worked out to straight some of this out. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-23 17:40 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |updates at clearscene.net ------- Additional Comments From mouring at eviladmin.org 2002-06-24 03:40 ------- *** Bug 286 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-24 17:16 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 ------- Additional Comments From greg17 at jewell.net 2002-06-25 03:16 ------- OpenServer 5.0.x also rejects incoming connections. The user will be prompted for their password, but the connection will close immediately after. The fixes suggested (setting "UsePrivilegeSeparation" and/or "Compression" to "no") resolve the inability to connect, though. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-24 23:21 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vjo at dulug.duke.edu ------- Additional Comments From mouring at eviladmin.org 2002-06-25 09:21 ------- *** Bug 288 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-25 07:08 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark.hershenson at aresdirect.c | |om ------- Additional Comments From dtucker at zip.com.au 2002-06-25 17:08 ------- *** Bug 289 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-25 10:22 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |buggz at america.net ------- Additional Comments From dtucker at zip.com.au 2002-06-25 20:22 ------- *** Bug 292 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-25 13:36 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |slyoldfox at bonbon.net ------- Additional Comments From dtucker at zip.com.au 2002-06-25 23:36 ------- *** Bug 293 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-25 17:29 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 ------- Additional Comments From jim at ai-media.co.jp 2002-06-26 03:29 ------- bug also found on Kernel 2.2.17-14 installed in Cartman Redhat 6.1 not seen on Mac OS X 10.1.5 "Compression no" solves on Linux ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-25 20:46 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 ------- Additional Comments From janderson at ceeva.com 2002-06-26 06:46 ------- Also found on Kernel 2.2.14-5.0 Red Hat 6.2 (Zoot). I can't make Compression no work. With UsePrivilegeSeparation No, it doesn't work either. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-26 12:03 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin at colino.net ------- Additional Comments From dtucker at zip.com.au 2002-06-26 22:03 ------- *** Bug 299 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-27 16:06 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 ------- Additional Comments From a.c.li at ieee.org 2002-06-28 02:06 ------- If neither "Compression no" nor "UsePrivilegeSeparation no" work, are your host keys in ssh1 format? It seems that the new ssh's doesn't understand ssh1 format host keys. If you use ssh2-format rsa/dsa keys, does it work? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jun-28 12:59 UTC
[Bug 285] 3.3p1 on Linux 2.2.x doesn't accept connections
http://bugzilla.mindrot.org/show_bug.cgi?id=285 janderson at ceeva.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From janderson at ceeva.com 2002-06-28 22:59 ------- OpenSSH 3.4p1 fixed this problem. Kernel 2.2.14-5.0 - Compression yes and UsePrivilegeSeparation yes work Kernel 2.2.12-32 - Compression musr be disabled for UsePrivilegeSeparation to work. I wanted to pass that along, I didn't know if that was "known" or not. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- [Bug 259] UsePrivilegeSeparation crashed sshd under Linux 2.2
- [Bug 192] monitor.c:545: undefined reference to `auth_password with USE_PAM on
- Patch: Solaris packages don't create privsep user or group
- OSF/1 or Tru64 patch for Privsep
- [Bug 283] UsePrivilegeSeparation fails on AIX, Couldn't set usrinfo: