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