ssh hardening

This commit is contained in:
Danilo Reyes 2024-02-16 23:34:09 -06:00
parent 6c7da7864a
commit 1f54f3bbac

View File

@ -1053,6 +1053,7 @@ services = {
startWhenNeeded = true;
settings = {
PasswordAuthentication = false;
PermitRootLogin = "prohibit-password";
KbdInteractiveAuthentication = false;
};
};