sshd will die from an unhandled SIGALRM if you allow SSH1 connections,
ssh in, HUP sshd, and don't ssh in again for KeyRegenerationInterval.
The HUP handler calls exec which resets signal handlers but persists
alarm timers. Chapter and verse:
http://www.opengroup.org/onlinepubs/000095399/functions/alarm.html
--
Andrew Gaul
http://gaul.org/
sshd_unhandled_sigalrm.patch
Description: Text document
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
|