Commits

Krisztián Szűcs authored dcf3a0bd9d0
ARROW-13432: [Release] Fix ssh connection to the binary uploader container Out of the sudden the binary upload script has stopped working for me, it was just hanging infinitely. After a lot of digging found that the `ssh_port` variable contained two identical ports, thus the port number [was passed to the ssh command as an additional argument](https://github.com/apache/arrow/blob/master/dev/release/utils-binary.sh#L45). Closes #10770 from kszucs/binary-upload-hangs Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>