bugzilla-daemon at mindrot.org
2022-Dec-27 15:28 UTC
[Bug 3514] New: The help document of ssh-agent misses an option
https://bugzilla.mindrot.org/show_bug.cgi?id=3514 Bug ID: 3514 Summary: The help document of ssh-agent misses an option Product: Portable OpenSSH Version: 9.1p1 Hardware: All OS: All Status: NEW Severity: security Priority: P5 Component: ssh-agent Assignee: unassigned-bugs at mindrot.org Reporter: chenmengda2009 at 163.com The "-h" option of ssh-agent misses the option "O". 1? For the option "O", the following code appears during option parsing and modifies the restrict_websafe in ssh-agent.c:2055-2059 for version 9.1p1. if (strcmp(optarg, "no-restrict-websafe") == 0) restrict_websafe = 0; else fatal("Unknown -O option"); break; But it does not appear in the document provided by "-h". It may prevent users from using the relevant function. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2023-Jan-13 02:13 UTC
[Bug 3514] The help document of ssh-agent misses an option
https://bugzilla.mindrot.org/show_bug.cgi?id=3514 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Blocks| |3480 Severity|security |minor CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- This was fixed in 9fd24411 Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=3480 [Bug 3480] tracking bug for openssh-9.2 -- 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.
bugzilla-daemon at mindrot.org
2023-Mar-17 02:42 UTC
[Bug 3514] The help document of ssh-agent misses an option
https://bugzilla.mindrot.org/show_bug.cgi?id=3514 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- OpenSSH 9.3 has been released. Close resolved bugs -- 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.