chore(rpi4): switch to new openssh kbd interactive authentication option

This commit is contained in:
Felix Schröter 2022-02-04 18:40:00 +01:00
parent f6ffbbdcfe
commit a9e41abe2f
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -88,7 +88,7 @@ in with builtins; {
services.openssh = {
enable = true;
challengeResponseAuthentication = false;
kbdInteractiveAuthentication = false;
passwordAuthentication = false;
permitRootLogin = "no";
inherit hostKeys;