nixos/openssh: don't allow pasword authentication

This commit is contained in:
Aly Raffauf 2024-06-18 19:44:50 -04:00
parent 47d1432434
commit e0bc6db06a

View file

@ -91,6 +91,7 @@
openssh = {
enable = true;
openFirewall = true;
settings.PasswordAuthentication = false;
};
printing.enable = true;