bugzilla-daemon at bugzilla.mindrot.org
2018-Mar-16 13:02 UTC
[Bug 2840] New: ssh: Include directive not supported as a command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=2840 Bug ID: 2840 Summary: ssh: Include directive not supported as a command-line option Product: Portable OpenSSH Version: 7.6p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: peter.volkov at gmail.com Whenever I try to use `ssh -o Include='/some/path' host` I receive the error: Include directive not supported as a command-line option Yet man ssh states that Include is supported Value for -o command line option. Either manual page or ssh needs to be fixed. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Mar-16 16:17 UTC
[Bug 2840] ssh: Include directive not supported as a command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=2840 Jakub Jelen <jjelen at redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jjelen at redhat.com --- Comment #1 from Jakub Jelen <jjelen at redhat.com> --- This is probably documentation issue. The code is made that way, the include directive is not supported on command-line (there you can use -F switch for specific configuration file). The following patch should make things clear: diff --git a/ssh.1 b/ssh.1 index b4078525..dfad2927 100644 --- a/ssh.1 +++ b/ssh.1 @@ -499,7 +499,6 @@ For full details of the options listed below, and their possible values, see .It IdentitiesOnly .It IdentityAgent .It IdentityFile -.It Include .It IPQoS .It KbdInteractiveAuthentication .It KbdInteractiveDevices -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Apr-06 03:34 UTC
[Bug 2840] ssh: Include directive not supported as a command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=2840 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2852 CC| |djm at mindrot.org --- Comment #2 from Damien Miller <djm at mindrot.org> --- Applied - thanks Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2852 [Bug 2852] Tracking bug for OpenSSH 7.8 release -- 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 bugzilla.mindrot.org
2018-Apr-06 03:35 UTC
[Bug 2840] ssh: Include directive not supported as a command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=2840 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- 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 mindrot.org
2021-Apr-23 04:53 UTC
[Bug 2840] ssh: Include directive not supported as a command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=2840 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> --- closing resolved bugs as of 8.6p1 release -- 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.