diff --git a/system/modules/openssh.nix b/system/modules/openssh.nix index 97f12b4..78b30fa 100644 --- a/system/modules/openssh.nix +++ b/system/modules/openssh.nix @@ -11,6 +11,7 @@ in enable = true; settings = { PasswordAuthentication = false; + KbdInteractiveAuthentication = false; UseDns = true; X11Forwarding = false; PermitRootLogin = "no";