chore(rpi4): switch to new openssh kbd interactive authentication option
This commit is contained in:
parent
f6ffbbdcfe
commit
a9e41abe2f
2
rpi4.nix
2
rpi4.nix
|
@ -88,7 +88,7 @@ in with builtins; {
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
challengeResponseAuthentication = false;
|
kbdInteractiveAuthentication = false;
|
||||||
passwordAuthentication = false;
|
passwordAuthentication = false;
|
||||||
permitRootLogin = "no";
|
permitRootLogin = "no";
|
||||||
inherit hostKeys;
|
inherit hostKeys;
|
||||||
|
|
Loading…
Reference in a new issue