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",
password,
"ssh",
"-oBatchMode=yes",
"-oStrictHostKeyChecking=no",
"-oUserKnownHostsFile=/dev/null",
"-oConnectTimeout=15",