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 the OpenSSH daemon.
enable = true; enable = true;
# Be more secure # Be more secure
settings = { settings.PasswordAuthentication = false;
PermitRootLogin = "no";
PasswordAuthentication = false;
};
}; };
# Opens the relevant UDP ports. # Opens the relevant UDP ports.