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