https://bugzilla.mindrot.org/show_bug.cgi?id=2731
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- I think the problem is that your configuration now is effectively: > Host * > User userB > Include ~/.ssh/a_host I.e. you're conditionally including the a_host file after you set userB. If you change the order to > Include ~/.ssh/a_host > > Host * > User userB Then you should get the behaviour that you desire. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
