Skip to content

Commit 2440859

Browse files
committed
Increased SSHD MaxAuthTries to 3
1 parent dab23b5 commit 2440859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/configure-system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ if does_bin_exist 'sshd'; then
13591359
'Banner' 'none' \
13601360
'ChallengeResponseAuthentication' 'no' \
13611361
'LoginGraceTime' 30 \
1362-
'MaxAuthTries' 2 \
1362+
'MaxAuthTries' 3 \
13631363
'MaxSessions' 5 \
13641364
'PermitEmptyPasswords' 'no' \
13651365
'UseDNS' 'no'

0 commit comments

Comments
 (0)