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