[Bug 346] New: ssh fails with -C flag when connecting to a compression disabled server

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Jul 9 06:15:29 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=346

           Summary: ssh fails with -C flag when connecting to a compression
                    disabled server
           Product: Portable OpenSSH
           Version: -current
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: wallp at earthlink.net


If using ssh or scp with the following flags -C the process will die with
"no matching comp found: client zlib server none"
if the server has Compression disabled.
The output with -v is as follows.

OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to wildcard [10.0.1.2] port 22.
debug1: Connection established.
debug1: identity file /root/.ssh/identity type 0
debug1: identity file /root/.ssh/id_rsa type 1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1
debug1: match: OpenSSH_3.4p1 pat OpenSSH*
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.4p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
no matching comp found: client zlib server none
debug1: Calling cleanup 0x80643e4(0x0)

Some older systems. Notably Linux with a 2.2 kernel cannot have Privledge User
support and Compression enabled at the same time. Atleast on my system it cannot.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list