From aaab6b95a06274ed5692266e5cf691f1781999f1 Mon Sep 17 00:00:00 2001 From: Christopher Mayor Date: Sat, 7 Mar 2026 13:12:55 -0800 Subject: [PATCH] [taskboard] isolate direct ssh from host config --- lib/dispatch.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/dispatch.ts b/lib/dispatch.ts index 4255201..80f7b79 100644 --- a/lib/dispatch.ts +++ b/lib/dispatch.ts @@ -233,12 +233,18 @@ async function dispatchDirectTask(taskId: number): Promise { } const sshArgs = [ + "-F", + "/dev/null", "-o", "BatchMode=yes", "-o", "StrictHostKeyChecking=accept-new", "-o", "ConnectTimeout=15", + "-o", + "IdentitiesOnly=yes", + "-o", + "UserKnownHostsFile=/tmp/taskboard_known_hosts", "-i", DIRECT_SSH_KEY_PATH, "-p",