This commit is contained in:
Schrottkatze 2023-04-25 14:52:33 +02:00
parent 7eab878a0d
commit 626ca35546
7 changed files with 277 additions and 10 deletions

View file

@ -41,9 +41,9 @@ with builtins;
services = {
openssh = {
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
enable = true;
# settings.PasswordAuthentication = false;
# settings.KbdInteractiveAuthentication = false;
};
};