Disable SSH keyboard-interactive authentication

This commit is contained in:
2023-05-08 21:16:26 +01:00
parent 705d3298ae
commit faa30a67b5

View File

@ -23,6 +23,7 @@ with lib.my;
services.printing.enable = true;
services.openssh = {
enable = true;
kbdInteractiveAuthentication = false;
passwordAuthentication = false;
permitRootLogin = "no";
startWhenNeeded = true;