Change ssh port

This commit is contained in:
Henry Hiles 2025-03-25 17:23:36 -04:00
commit 587ea99786
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = true; # TODO: False
PasswordAuthentication = false;
AllowUsers = ["quadradical"];
PermitRootLogin = "no";
};