mirror of
https://github.com/andrey271192/amnezia_web-PRO.git
synced 2026-09-20 14:42:00 +00:00
fix: ssh time sync — drop BatchMode blocking sshpass
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user