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

            Bug ID: 3713
           Summary: Multiple compression option is not updated
           Product: Portable OpenSSH
           Version: 8.9p1
          Hardware: amd64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: ssh
          Assignee: [email protected]
          Reporter: [email protected]

The compression option is not redefined, then according to the
configuration settings.

I write a section for general traffic compression in the configuration
file ~/.ssh/config
Host *
Compression yes

and also register two hosts:

Host a
Compression yes

Host b
Compression no

Let's look at the configuration:

$ ssh -G a | grep compression
compression yes

$ ssh -G b | grep compression
compression yes

For host b, the configuration is not defined by the compression option
from host b, but is set for all hosts (Host *).

I expect that for host b the compression option will be set to no.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to