openssh: challengeResponseAuthentication renamed kbdInteractiveAuthentication
This commit is contained in:
parent
9dba1a001e
commit
9f8451e704
|
@ -8,7 +8,7 @@
|
|||
services.openssh = {
|
||||
enable = true; # Enable the OpenSSH daemon.
|
||||
permitRootLogin = "prohibit-password";
|
||||
challengeResponseAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
passwordAuthentication = false;
|
||||
openFirewall = true;
|
||||
hostKeys = [
|
||||
|
|
Loading…
Reference in a new issue