openssh: challengeResponseAuthentication renamed kbdInteractiveAuthentication

This commit is contained in:
Serĉanto de Scio 2022-05-31 09:40:35 +10:00
parent 9dba1a001e
commit 9f8451e704
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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 = [