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