6/11 ssh 1.2.25 installed, to fix the crc checking security hole.
The update broke hushlogin support; I hacked sshd to fix the
problem for now (~mconst/pub/ssh/sshd-hushlogin-patch), and
I'm sending a bug report out soon. Let me know if anything
else goes wrong. --mconst
\_ so *why* is the patch ifdef'd for only __FreeBSD__ when it looks
like there's nothing OS dependent in it?? -ERic
\_ My patch doesn't mention FreeBSD, it was already there -- the
ssh-1.2.25 login_cap code is all in #ifdef __FreeBSD__ blocks.
What broke is that under FreeBSD, sshd would ignore .hushlogin
The problem was that under FreeBSD, sshd would ignore .hushlogin
files and just look at login.conf. |