push: disable SSH agent forwarding

This commit is contained in:
Andrew Dunham 2021-07-15 22:11:11 -04:00
parent a67fa4f250
commit abadaf92ea

2
push
View file

@ -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'"