CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2020/03/12 21:24:49
Modified files: usr.bin/ssh : sshd.c Log message: Don't clear alarm timers in listening sshd. Previously these timers were used for regenerating the SSH1 ephemeral host keys but those are now gone so there's no need to clear the timers either. ok deraadt@