https://bugzilla.mindrot.org/show_bug.cgi?id=2840
Jakub Jelen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jakub Jelen <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
