https://bugzilla.mindrot.org/show_bug.cgi?id=86
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |trivial CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> --- Looking at this since I have been poking around in this code recently. Isn't this the other way around? ie ListenAddress depends on Port? What's the desired behaviour? Use whatever Port was last specified for each ListenAddress where the port is not specified? ie Port 123 ListenAddress 192.168.0.1 Port 345 ListenAddress 192.168.0.2 ends up listening on 192.168.0.1:123 and 192.168.0.2:345 ? -- You are receiving this mail because: You are the assignee for 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
