Created attachment 1411 [details] Enables GSSAPI by default. Attached are two patches for building OpenSSH 4.7p1 on Mac OS X. The attached patches enable GSSAPI by default on Mac OS X.
Created attachment 1412 [details] This patch is used in an AfterInstall phase to patch the source to enable GSSAPI by default.
Again, I don't think we want to change the defaults for everybody. Why don't you just set your preferred values in ssh_config and sshd_config and not change the code? This will have almost the same effect (ie it can be overridden by the command line or ~/.ssh/config). Also, these patches are not against the main tree and will either not apply or break the build.
(In reply to comment #2) > Again, I don't think we want to change the defaults for everybody. Seems reasonable. > Why don't you just set your preferred values in ssh_config and > sshd_config and not change the code? We'd like to keep the distinction (of 'default' versus changed in the config file) for the user. I've found that this can help admins debug situations that otherwise result in erroneous assumptions and/or erroneous bugs being filed (or legit bugs not being filed). > Also, these patches are not against the main tree and will either not > apply or break the build. Ok. Sorry about that.
Close resolved bugs after release.