Lower LoginGraceTime to 30s, should be plenty long for users, and mitigates the password login attempt bypass bug in OpenSSH. Ticket #4875

This commit is contained in:
Chris Buechler 2015-07-23 23:07:47 -05:00
parent 8e3c8f535a
commit 29f5f85e4e

View File

@ -124,6 +124,7 @@
$sshconf .= "Port $sshport\n";
/* Hide FreeBSD version */
$sshconf .= "VersionAddendum none\n";
$sshconf .= "LoginGraceTime 30s\n";
/* Apply package SSHDCond settings if config file exists */
if (file_exists("/etc/sshd_extra")) {