[Bug 3759] New: Wrong output for the `Compression` directive

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Nov 28 02:44:55 AEDT 2024


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.


More information about the openssh-bugs mailing list