mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 09:24:38 +01:00
push: disable SSH agent forwarding
This commit is contained in:
parent
a67fa4f250
commit
abadaf92ea
1 changed files with 1 additions and 1 deletions
2
push
2
push
|
|
@ -42,4 +42,4 @@ if scp -q -r "${APPLY_ROOT}"/{groups,units} run lib "$remote":"$tmp"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC2029
|
# shellcheck disable=SC2029
|
||||||
ssh -A "$remote" "cd '$tmp' && ./run $vflag ${targets[*]} && cd; rm -rf '$tmp'"
|
ssh "$remote" "cd '$tmp' && ./run $vflag ${targets[*]} && cd; rm -rf '$tmp'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue