enable pubkeys

This commit is contained in:
2025-11-26 22:26:03 +02:00
parent b04ed8b66b
commit 3d4f940ab6

View File

@@ -23,7 +23,7 @@ for l in io.lines(conf) do
f:write("Match User ", user);
f:write("\n\tForceCommand ssh -o StrictHostKeyChecking=no -A ", params);
f:write("\n\tPubkeyAuthentication no");
f:write("\n\tPubkeyAuthentication yes");
f:write("\n\tPasswordAuthentication yes");
f:write("\n\tPermitEmptyPasswords yes");
f:write("\n\tAllowAgentForwarding yes\n");