From ecb64b8b33f1bcb3c3f2ce729829d1740b8432bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=D1=80=D0=B5=D0=B2?= Date: Thu, 14 May 2026 18:13:03 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20ssh=20time=20sync=20=E2=80=94=20drop=20B?= =?UTF-8?q?atchMode=20blocking=20sshpass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- server.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server.js b/server.js index 065bd90..f089fc8 100644 --- a/server.js +++ b/server.js @@ -865,7 +865,6 @@ function sshRootRun(password, host, remoteCmd) { "-p", password, "ssh", - "-oBatchMode=yes", "-oStrictHostKeyChecking=no", "-oUserKnownHostsFile=/dev/null", "-oConnectTimeout=15",