https://bugzilla.mindrot.org/show_bug.cgi?id=1169
Iain Morgan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Iain Morgan <[email protected]> --- Perhaps this could be simplified by adding a new keyword, such as Address, that would function similarly to the Host keyword, except that it would match against the IP address of the remote host. To avoid having to parse the configuration twice, we could stipulate that the first Address section triggers an address lookup and that subsequent HostName options would have no effect on the address that ssh would connect to. We could also recommend that all Host sections occur before any Address sections. However, there could still be issues if an Address section appears in the user's configuration file and there is a relevant Host section in the system-wide file. This approach has the advantage that existing configurations would be unaffected; even those that have explicit IP addresses on Host lines. -- 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
