[Bug 2840] ssh: Include directive not supported as a command-line option

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Mar 17 03:17:59 AEDT 2018


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.


More information about the openssh-bugs mailing list