Disable SSH keyboard-interactive authentication
This commit is contained in:
@ -23,6 +23,7 @@ with lib.my;
|
||||
services.printing.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
kbdInteractiveAuthentication = false;
|
||||
passwordAuthentication = false;
|
||||
permitRootLogin = "no";
|
||||
startWhenNeeded = true;
|
||||
|
Reference in New Issue
Block a user