openssh: disable KbdInteractiveAuthentication
This commit is contained in:
parent
ac74529d91
commit
1356d52050
|
@ -11,6 +11,7 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
UseDns = true;
|
||||
X11Forwarding = false;
|
||||
PermitRootLogin = "no";
|
||||
|
|
Loading…
Reference in a new issue