fix: ssh time sync — drop BatchMode blocking sshpass

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 18:13:03 +03:00
parent 6f6fb5f9b9
commit ecb64b8b33

View File

@@ -865,7 +865,6 @@ function sshRootRun(password, host, remoteCmd) {
"-p", "-p",
password, password,
"ssh", "ssh",
"-oBatchMode=yes",
"-oStrictHostKeyChecking=no", "-oStrictHostKeyChecking=no",
"-oUserKnownHostsFile=/dev/null", "-oUserKnownHostsFile=/dev/null",
"-oConnectTimeout=15", "-oConnectTimeout=15",