nixos/default: rename openssh.kbdInteractiveAuthentication
This commit is contained in:
parent
847d4500ba
commit
d90f0abf5c
|
@ -17,7 +17,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
challengeResponseAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
permitRootLogin = "without-password";
|
||||
openFirewall = true;
|
||||
ports = [ 1512 ];
|
||||
|
|
Loading…
Reference in New Issue