[Bug 2342] ssh-keygen gives wrong error loading public key message

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2342 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org --- Comment #1 from Dami

[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 --- Comment #4 from Damien Miller --- None of the regress/unit tests are ready for no-OpenSSL or no-SSH1. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _

[Bug 2266] Bugs intended to be fixed in 6.8

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2266 Damien Miller changed: What|Removed |Added Depends on||2353 -- You are receiving this mail beca

[Bug 2353] options allowed for Match blocks missing form documentation

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2353 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org Status|NEW

[Bug 2266] Bugs intended to be fixed in 6.8

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2266 Bug 2266 depends on bug 2353, which changed state. Bug 2353 Summary: options allowed for Match blocks missing form documentation https://bugzilla.mindrot.org/show_bug.cgi?id=2353 What|Removed |Added -

[Bug 2354] please document that PermitRootLogin really checks for uid=0

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2354 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org Resolution|---

[Bug 2355] general protection / segfaults when PermitOpen=none

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2355 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org --- Comment #2 from Dami

[Bug 2355] general protection / segfaults when PermitOpen=none

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2355 --- Comment #3 from Damien Miller --- BTW, I can't replicate this with HEAD -- 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. ___

[Bug 2354] please document that PermitRootLogin really checks for uid=0

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2354 --- Comment #2 from Christoph Anton Mitterer --- Is adding a one liner to the manpage really that issue? ;-) Well I just thought that it might be handy to people... and especially for the BSD guys,.. or didn't they have the tradition of having a

[Bug 2355] general protection / segfaults when PermitOpen=none

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2355 --- Comment #4 from Christoph Anton Mitterer --- Created attachment 2551 --> https://bugzilla.mindrot.org/attachment.cgi?id=2551&action=edit ssh.log -- You are receiving this mail because: You are watching the assignee of the bug. You are watc

[Bug 2355] general protection / segfaults when PermitOpen=none

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2355 --- Comment #5 from Christoph Anton Mitterer --- Created attachment 2552 --> https://bugzilla.mindrot.org/attachment.cgi?id=2552&action=edit sshd.log -- You are receiving this mail because: You are watching someone on the CC list of the bug. Y

[Bug 2355] general protection / segfaults when PermitOpen=none

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2355 --- Comment #6 from Christoph Anton Mitterer --- (In reply to Damien Miller from comment #2) > Could you try running a sshd in debugging mode on a different port > (i.e. "sshd -dddp ") and catching it in the act of crashing? > Seeing where it

[Bug 2354] please document that PermitRootLogin really checks for uid=0

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2354 --- Comment #3 from Christoph Anton Mitterer --- Created attachment 2553 --> https://bugzilla.mindrot.org/attachment.cgi?id=2553&action=edit 0001-document-that-PermitRootLogin-checks-for-uid-0.patch -- You are receiving this mail because: You

[Bug 2354] please document that PermitRootLogin really checks for uid=0

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2354 --- Comment #4 from Christoph Anton Mitterer --- forgot to attach the trivial patch I've had made, just in case you change your mind! -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching th

[Bug 2356] New: inheritance of options not working as documented + HostName leads to recursive reparsing isn't documented

2015-02-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2356 Bug ID: 2356 Summary: inheritance of options not working as documented + HostName leads to recursive reparsing isn't documented Product: Portable OpenSSH Version: 6.7p1 Hard