Currently the OpenSSH configuration options parser terminates when an unknown configuration option is encountered. For example, OpenSSH implementations without Simon Wilkinson's Kerberos support patch will choke on user’s ssh_config files that contain Kerberos options. This can be problematic for heterogenous environments, where configuration files might be shared (e.g. network home directory). Another example are new extensions. OpenSSH now has some platform-independent keychain support (although the only implementation is currently on Mac OS X). There is no option to disable that support for certain hosts or globally. Such an option cannot be added without making it impossible to share an ssh_config with older versions of OpenSSH or platforms without keychain support.
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