yarn: enable ssh as root

This commit is contained in:
2025-11-16 15:52:52 -05:00
parent 9c42e82508
commit 84136a4af6

View File

@@ -35,7 +35,7 @@
AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ]
UseDns = true;
X11Forwarding = false;
PermitRootLogin = "no"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no"
PermitRootLogin = "yes"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no"
};
};