Subject: Re: sshd missing zlib component?
To: Jeremy C. Reed <reed@reedmedia.net>
From: Daniel Eggert <eggert@mac.com>
List: netbsd-help
Date: 08/30/2002 10:30:13
On fredag, aug 30, 2002, at 08:44 Europe/Copenhagen, Jeremy C. Reed 
wrote:

> On Fri, 30 Aug 2002, Daniel Eggert wrote:
>
>> I'm running OpenSSH on my desktop machine (runs the Darwin OS -- also
>> BSD). When I try to ssh to my NetBSD box I get:
>> 	[Thebe:~] daniel% ssh 130.225.xxx.xxx
>> 	no matching comp found: client zlib server none
>> What's that component the server is missing and how do I tell the
>> client not to use it?
>
> What versions of ssh and sshd?

My ssh is:
	OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
My sshd is:
	sshd version OpenSSH_3.4 NetBSD_Secure_Shell-20020626

> I think it is something to do with enabled Compression and
> Privilege Separation.

Yes, indeed. If i turn off compression it works:
	ssh -l mylogin -o 'Compression no' 130.225.xxx.xxx

Thanks,
Daniel