This commit is contained in:
stubbfel
2023-06-03 17:51:40 +02:00
parent 420a04671e
commit 0a98eb2a98
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
{
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
services.openssh.kbdInteractiveAuthentication = false;
services.openssh.permitRootLogin = "no";
services.openssh.settings.PasswordAuthentication = false;
services.openssh.settings.KbdInteractiveAuthentication = false;
services.openssh.settings.PermitRootLogin = "no";
}