From 0e1dfa5f70eb1d3023379ced280045f0d0251f0a Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Fri, 9 Aug 2024 21:43:00 +0700 Subject: [PATCH] sshd: disable GSSAPIAuthentication --- system/modules/openssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/modules/openssh.nix b/system/modules/openssh.nix index 95d7295..e477686 100644 --- a/system/modules/openssh.nix +++ b/system/modules/openssh.nix @@ -15,6 +15,7 @@ in UseDns = false; X11Forwarding = false; PermitRootLogin = "no"; + GSSAPIAuthentication = false; }; }; services.fail2ban = {