disable password auth

This commit is contained in:
RootHost-Stormwind
2025-01-13 02:27:44 +01:00
parent bad38d889f
commit b753ca4aec

View File

@@ -3,7 +3,9 @@
{ {
services.openssh = { services.openssh = {
enable = true; enable = true;
passwordAuthentication = true; settings = {
PasswordAuthentication = false;
};
}; };
} }