bugzilla-daemon at mindrot.org
2024-Nov-27  15:44 UTC
[Bug 3759] New: Wrong output for the `Compression` directive
https://bugzilla.mindrot.org/show_bug.cgi?id=3759
            Bug ID: 3759
           Summary: Wrong output for the `Compression` directive
           Product: Portable OpenSSH
           Version: 9.9p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: dbelyavs at redhat.com
Reproducer:
$ cat test.cnf
Match user testuser
  Compression yes
$ ssh -F test.cnf -G -l testuser localhost | grep compression
compression UNKNOWN 
The behavior has changed between 9.8p1 and 9.9p1
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Nov-27  16:04 UTC
[Bug 3759] Wrong output for the `Compression` directive
https://bugzilla.mindrot.org/show_bug.cgi?id=3759 --- Comment #1 from Dmitry Belyavskiy <dbelyavs at redhat.com> --- Git bisect shows that the commit 10ccf611ab8ecba9ce6b0548c5ccd8c1220baf92 -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Nov-27  16:09 UTC
[Bug 3759] Wrong output for the `Compression` directive
https://bugzilla.mindrot.org/show_bug.cgi?id=3759
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
I don't see how that commit broke it, because I can't see how it ever
worked properly before. Anyway, 8eabd2ae2 fixes this
-- 
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.