yarn: enable ssh as root

This commit is contained in:
Simon Gardling 2025-11-16 15:52:52 -05:00
parent 9c42e82508
commit 84136a4af6
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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