Mailing List Archive

[Bug 3436] consider adding unknown options to ssh -G’s output
https://bugzilla.mindrot.org/show_bug.cgi?id=3436

Darren Tucker <dtucker@dtucker.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker@dtucker.net

--- Comment #1 from Darren Tucker <dtucker@dtucker.net> ---
(In reply to Christoph Anton Mitterer from comment #0)
> The idea is that it would greatly allow one to use ssh -G as a
> config parser in scripts.
>
> If one had something like
> Host foo
> IgnoreUnknown MyOption
> MyOption value yes

I don't think this would be feasible in the current parser without a
significant rewrite. The ssh -G works is that the parser runs as
normal, filling the Options structure which is then dumped to stdout.
It's not general purpose parser.

I also don't see what the use case for this would be. Could you give
an example?

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs