woops, turn off password auth ssh, forgot i had it temp on on umbriel

This commit is contained in:
alyx 2025-07-27 00:02:52 +01:00
parent 5e999cc1e2
commit 3d3d5badb2
No known key found for this signature in database

View file

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