update-deployment-workflow #18

Merged
notohh merged 36 commits from update-deployment-workflow into master 2023-10-21 04:08:07 -04:00
Showing only changes of commit 19d0371248 - Show all commits

View file

@ -5,7 +5,7 @@
KbdInteractiveAuthentication = false;
PasswordAuthentication = lib.mkForce false;
PubkeyAuthentication = lib.mkForce true;
PermitRootLogin = lib.mkForce "no";
PermitRootLogin = lib.mkForce "yes";
StreamLocalBindUnlink = "yes";
GatewayPorts = "clientspecified";
};