made some changes

This commit is contained in:
2026-07-08 14:28:10 +02:00
parent d1cb4c492d
commit c29fbaad0d
4 changed files with 12 additions and 5 deletions
+7
View File
@@ -3,6 +3,13 @@ _:
services = {
openssh = {
enable = true;
extraConfig = "
Port 51337
PermitRootLogin no
PasswordAuthentication no
MaxSessions 1
MaxAuthTries 1
";
};
};
}