[Bug 3319] ssh -o 'IPQoS cs1' cannot overwrite IPQoS in config file

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Jun 8 17:15:57 AEST 2021


https://bugzilla.mindrot.org/show_bug.cgi?id=3319

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |3302
                 CC|                            |dtucker at dtucker.net

--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Confirmed, this is because the IPQoS config code does not check if the
value has already been set, which allows the values from the config
file to override it in readconf.c:

               if (*activep) {
                        options->ip_qos_interactive = value;
                        options->ip_qos_bulk = value2;
                }

It should also check options->ip_qos_interactive == -1.  A similar
problem exists for TunnelDevice.  A fix is in the pipeline and will be
in the next release.

Thanks for the report.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=3302
[Bug 3302] Tracking bug for openssh-8.7
-- 
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.


More information about the openssh-bugs mailing list