[Bug 3713] New: Multiple compression option is not updated
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Jul 30 04:09:48 AEST 2024
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: unassigned-bugs at mindrot.org
Reporter: kanogin at gmail.com
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.
More information about the openssh-bugs
mailing list