diff --git a/etc/sshd b/etc/sshd index 007b73c155..1f5f89935c 100755 --- a/etc/sshd +++ b/etc/sshd @@ -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")) {