remove strict host checking

This commit is contained in:
2025-11-26 22:22:26 +02:00
parent 801d3d9619
commit 510af00876

View File

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