bugzilla-daemon at mindrot.org
2022-Dec-27 12:04 UTC
[Bug 3513] New: The help document of scp misses some options
https://bugzilla.mindrot.org/show_bug.cgi?id=3513
Bug ID: 3513
Summary: The help document of scp misses some options
Product: Portable OpenSSH
Version: 9.1p1
Hardware: All
OS: All
Status: NEW
Severity: security
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: chenmengda2009 at 163.com
The "--help" option of scp misses the option "d" and
"f" and "t".
1? For the option "d", the following code appears during option
parsing
and modifies the targetshouldbedirectory in scp.c:567 for version
9.1p1.
targetshouldbedirectory = 1;
break;
2) For the option "f", the following code appears during option
parsing
and modifies the iamremote, fflag in scp.c:570-571 for version 9.1p1.
iamremote = 1;
fflag = 1;
break;
3) For the option "t", the following code appears during option
parsing
and modifies the iamremote, tflag in scp.c:574-575 for version 9.1p1.
iamremote = 1;
tflag = 1;
#ifdef HAVE_CYGWIN
setmode(0, O_BINARY);
#endif
break;
But they do not appear in the document provided by "--help".
Although they are both accessibility options, 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:10 UTC
[Bug 3513] The help document of scp misses some options
https://bugzilla.mindrot.org/show_bug.cgi?id=3513
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Severity|security |normal
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
These options are only used internally by scp and are not intended for
humans to use directly.
--
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:40 UTC
[Bug 3513] The help document of scp misses some options
https://bugzilla.mindrot.org/show_bug.cgi?id=3513
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 someone on the CC list of the bug.
You are watching the assignee of the bug.