gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bb753d39b5516c9d95466d9dcc4255b1bfd3891e
parent 9677eb4ebcb3852faa6b3160f692ef0b2cc61f39
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Fri, 14 Nov 2025 22:10:42 +0100

ssh hardening allow at least 3 tries

Diffstat:
Msrc/ssh.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ssh.conf b/src/ssh.conf @@ -23,8 +23,8 @@ AllowTcpForwarding no AllowAgentForwarding no X11Forwarding no -# Limit authentication tries to 1 per connection -MaxAuthTries 1 +# Limit authentication tries per connection +MaxAuthTries 3 # Do not wait too long for authentication LoginGraceTime 10