sshd: disable GSSAPIAuthentication

This commit is contained in:
Tigor Hutasuhut 2024-08-09 21:43:00 +07:00
parent b617dad070
commit 0e1dfa5f70

View file

@ -15,6 +15,7 @@ in
UseDns = false;
X11Forwarding = false;
PermitRootLogin = "no";
GSSAPIAuthentication = false;
};
};
services.fail2ban = {