Exposed sshd -- looping sshd-auth

Theo de Raadt deraadt at openbsd.org
Tue Sep 22 10:25:00 AEST 2026


Darren Tucker via openssh-unix-dev <openssh-unix-dev at mindrot.org> wrote:

Maybe try this:

> #ifndef BROKEN_NETBSD_READ_COMPARISON
>         pfd.events = f == read ? POLLIN : POLLOUT;
> #else
>         pfd.events = f == __ssp_real_read ? POLLIN : POLLOUT;
> #endif

That suggestion is sarcastic. I'll stop reading netbsd /usr/include


More information about the openssh-unix-dev mailing list