openssh: disable KbdInteractiveAuthentication

This commit is contained in:
Tigor Hutasuhut 2024-06-25 21:34:34 +07:00
parent ac74529d91
commit 1356d52050

View file

@ -11,6 +11,7 @@ in
enable = true;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
UseDns = true;
X11Forwarding = false;
PermitRootLogin = "no";