disable ssh keyboard interactive authentication

This commit is contained in:
server 2024-10-19 01:35:36 +02:00
parent c06df7e251
commit c08d826457

View file

@ -18,6 +18,7 @@
X11Forwarding = true;
PermitRootLogin = "yes";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
openFirewall = true;
};