Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachprod: change scp flags to avoid copy via local host
Previously default scp option made it to copy files via local host. This was causing unnecessary delays and network usage because files were first copied to one node, then distributed from that node using scp between remote locations. Unfortunately the default scp behaviour is to fetch from src and put to dst to avoid authenticating from src to dst. This commit adds scp options to do direct copy. Fixes: #99103 Release note: None
- Loading branch information