| Summary: | Need a method to add new configuration options in a backwards-compatible fashion (avoiding "Bad configuration option") | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | nectar |
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | normal | CC: | djm |
| Priority: | P2 | ||
| Version: | 5.1p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
nectar
2008-10-03 10:25:12 AEST
Perhaps there should be some way to annotate “non-critical“ options that would not cause OpenSSH to barf if they were not understood, or a way to annotate minimum version required. Folks who do not share configuration files can ignore the existence of such annotations. There has been an IgnoreUnknown option in ssh_config for a while. E.g. you can stick something like this at the start of ~/.ssh/config: IgnoreUnknown GSSAPI* *** This bug has been marked as a duplicate of bug 866 *** Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |