fix: use legacy SCP for Argus packages
This commit is contained in:
@@ -141,6 +141,7 @@ $remoteTarget = "$SshUser@$SshHost"
|
|||||||
$remoteSourceFile = "/tmp/$packageFile"
|
$remoteSourceFile = "/tmp/$packageFile"
|
||||||
|
|
||||||
Invoke-CheckedNativeCommand -FilePath "scp" -Arguments @(
|
Invoke-CheckedNativeCommand -FilePath "scp" -Arguments @(
|
||||||
|
"-O",
|
||||||
$packagePath,
|
$packagePath,
|
||||||
"$remoteTarget`:$remoteSourceFile"
|
"$remoteTarget`:$remoteSourceFile"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user