🚑 (hydrogen/system) disable openssh PasswordAuthentication

This commit is contained in:
Laureηt 2023-12-30 18:18:42 +01:00
parent da7f8386d2
commit 8783665155
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,6 +1,7 @@
{...}: {
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
ports = [624];
};
}