disable password auth

This commit is contained in:
sadan 2025-02-21 23:40:32 -05:00
parent 63018d2746
commit ff09a57d27
No known key found for this signature in database

View file

@ -9,6 +9,9 @@
openssh = {
enable = true;
authorizedKeysFiles = [ "${./ssh.keys}" ];
settings = {
PasswordAuthentication = false;
};
};
};
}