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