From b3d4fe72d35d7542f54b8c81e2f59f66723df1df Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Jul 2026 19:38:11 +0530 Subject: Some hardening --- ssh/sshd-config/host.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ssh/sshd-config/host.conf (limited to 'ssh/sshd-config/host.conf') diff --git a/ssh/sshd-config/host.conf b/ssh/sshd-config/host.conf new file mode 100644 index 0000000..851b876 --- /dev/null +++ b/ssh/sshd-config/host.conf @@ -0,0 +1,4 @@ +MaxAuthTries 3 +LoginGraceTime 20 +PasswordAuthentication no +KbdInteractiveAuthentication no -- cgit v1.3.1