disable password authentication

This commit is contained in:
♥ Minnie ♥ 2023-05-13 16:48:26 +00:00
parent 3228ea6e01
commit 7c860a551e

View file

@ -145,6 +145,7 @@
services.openssh = {
enable = true;
permitRootLogin = "no";
passwordAuthentication = false;
};
# Open ports in the firewall.