Compare commits

...

1 commit

Author SHA1 Message Date
janis 0f90609498
disable ssh password auth 2025-11-06 10:53:55 +01:00

View file

@ -191,7 +191,7 @@
openssh = { openssh = {
enable = true; enable = true;
settings = { settings = {
PasswordAuthentication = true; # Enable password authentication. PasswordAuthentication = false; # Enable password authentication.
PermitRootLogin = "yes"; # Allow root login (not recommended for production). PermitRootLogin = "yes"; # Allow root login (not recommended for production).
}; };
}; };