Re: NetBSD 4.0 sshd: protocol violation

der Mouse <[email protected]>
Newsgroups gmane.os.netbsd.devel.crypto
Message-ID <[email protected]>
>> the core-dumped boolean was 0x80 [...]
> Does this patch fix it?  If so, the change should be fed back to
> openssh.

> Index: src/crypto/dist/ssh/session.c
> -		packet_put_char(WCOREDUMP(status));
> +		packet_put_char(WCOREDUMP(status) ? 1 : 0);

Yes, this makes the symptom I saw go away.

Who should feed this back to the openssh people?

					der Mouse
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.