service/ssh-server: re-enable root login

This commit is contained in:
Felix Buehler 2023-09-02 18:01:33 +02:00
parent cac957a607
commit 11f864458f

View file

@ -13,10 +13,7 @@ in
# Enable the OpenSSH daemon.
enable = true;
# Be more secure
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
};
settings.PasswordAuthentication = false;
};
# Opens the relevant UDP ports.