bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 15:45 UTC
[Bug 1453] New: sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 Summary: sshd closes connections. Classification: Unclassified Product: Portable OpenSSH Version: 4.9p1 Platform: Other OS/Version: OpenBSD Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: mindrot at sunnz.org Created an attachment (id=1479) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1479) Output from sshd -4 -d I downloaded and installed OpenSSH 4.9 on OpenBSD 4.2 as per the instruction on OpenSSH.org. sshd can be started, but cannot be connect to from outside. Attached it output from sshd -4 -d -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 22:38 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> 2008-04-01 09:38:20 --- What platform are you on? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 22:55 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #2 from Darren Tucker <dtucker at zip.com.au> 2008-04-01 09:55:41 --- "on OpenBSD 4.2" I suspect :-) I also suspect that the rebuild was incomplete, probably because of missing dependency files (I've been bitten by that myself although not recently). Please try "cd /usr/src/usr.bin/ssh && make clean && make depend && make" and see if that resolves the problem. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 23:04 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 --- Comment #3 from Darren Tucker <dtucker at zip.com.au> 2008-04-01 10:04:26 --- The other thing to watch out for is object files in the source directory, if "make" has ever been run without a preceeding "make obj". To account for this, please try this instead of my previous suggested commandline: cd /usr/src/usr.bin/ssh find . -name obj | xargs rm -rf make clean cleandir make obj depend make Oh, and I see what djm meant by "what platform?": what hardware is "Other"? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Apr-01 01:18 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 mindrot at sunnz.org changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |amd64 --- Comment #4 from mindrot at sunnz.org 2008-04-01 12:17:57 --- Hello, it is running on AMD64 OpenBSD 4.2-release. Darren I will try your commands as long as possible, thanks. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Apr-01 01:44 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 --- Comment #5 from Damien Miller <djm at mindrot.org> 2008-04-01 12:44:53 --- Created an attachment (id=1480) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1480) Revert CMSG twiddling Please try this patch - it seems that some bugs in the kernel ABI were fixed post-4.3. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Apr-01 07:19 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 --- Comment #6 from mindrot at sunnz.org 2008-04-01 18:19:17 --- Damien, your patch seems to work!! The patch was applied to the source, then OpenSSH was installed as per the instruction at openssh.com/openbsd.html for OpenSSH 4.9. It now just connects like normal. Thanks. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Apr-01 07:21 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 mindrot at sunnz.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Apr-03 23:02 UTC
[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Damien Miller <djm at mindrot.org> 2008-04-04 10:02:22 --- Close resolved bugs after release. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Reasonably Related Threads
- [Bug 1456] New: Can't find openbsd43_5.0.patch (OpenSSL 5.0)
- [Bug 1891] New: selinux policy does not like to exec passwd from sshd directly
- [Bug 1316] New: Add LDAP support to sshd
- [Bug 1628] New: /var/run/sshd.pid file collisions...
- [Bug 1433] New: sshd.pid has permissions of 666