feat(vps): allow root login via ssh key

This commit is contained in:
lightly-toasted 2025-09-25 16:42:37 +09:00
parent 24900346f9
commit 55a021961c

View file

@ -3,7 +3,7 @@
enable = true;
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
PermitRootLogin = "prohibit-password";
};
};
}