no pwauth

This commit is contained in:
2024-05-31 00:01:16 +02:00
parent 13b258a8e3
commit 438445dcbb
3 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
services.openssh.enable = true;
services.openssh.settings.X11Forwarding = true;
services.openssh.settings.PasswordAuthentication = false;
services.fail2ban.enable = true;
}