https://bugzilla.mindrot.org/show_bug.cgi?id=1997
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- The problem with this is that the QoS isn't always known when the connection is started. We have options for interactive and non-interactive QoS values, and the decision of whether a connection is interactive can happen well after the time when the connection is established - e.g. a multiplexed connection or no-shell sessions that is used for X11 forwarding. IMO you would be better off defining multiple "Host" entries in ssh_config for your targets that forced the use of specific QoS and baked these into the hostname and ControlPath. -- 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
