https://bugzilla.mindrot.org/show_bug.cgi?id=3072
Jaak Ristioja <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Summary|Some options ignored in |Some options silently |Host specifications in |ignored in Host |ssh_config |specifications in | |ssh_config Status|NEW |RESOLVED --- Comment #2 from Jaak Ristioja <[email protected]> --- Thank you! Your suggestion seems to work. :) It seems that I missed what the ssh_config man page says in the beginning: For each parameter, the first obtained value will be used. /.../ Since the first obtained value for each parameter is used, more host-specific declarations should be given near the beginning of the file, and general defaults at the end. General defaults at the end of the file was not intuitive for me. I wish there was a warning when the options are ignored, but given the configuration file format it seems there is no good way to implement such so that the change wouldn't bother anyone. -- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
